Rename all features modules

This commit is contained in:
ganfra 2023-01-20 18:35:03 +01:00
parent 6cc38c9c49
commit f800e22477
149 changed files with 311 additions and 309 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.platform.app.InstrumentationRegistry

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
sealed interface LogoutPreferenceEvents {
object Logout : LogoutPreferenceEvents

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
import androidx.compose.runtime.Composable
import androidx.compose.runtime.MutableState

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.Logout

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
import io.element.android.libraries.architecture.Async

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.logout
package io.element.android.features.logout
import org.junit.Assert.assertEquals
import org.junit.Test