[Architecture] fix compile and rename LoginRootScreen -> LoginRootView
This commit is contained in:
@@ -20,7 +20,7 @@ import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.remember
|
||||
import androidx.compose.ui.Modifier
|
||||
import io.element.android.features.login.impl.root.LoginRootPresenter
|
||||
import io.element.android.features.login.impl.root.LoginRootScreen
|
||||
import io.element.android.features.login.impl.root.LoginRootView
|
||||
import io.element.android.libraries.matrix.api.auth.MatrixAuthenticationService
|
||||
|
||||
class LoginScreen(private val authenticationService: MatrixAuthenticationService) {
|
||||
@@ -31,7 +31,7 @@ class LoginScreen(private val authenticationService: MatrixAuthenticationService
|
||||
LoginRootPresenter(authenticationService = authenticationService)
|
||||
}
|
||||
val state = presenter.present()
|
||||
LoginRootScreen(
|
||||
LoginRootView(
|
||||
state = state,
|
||||
modifier = modifier,
|
||||
onBackPressed = {},
|
||||
|
||||
Reference in New Issue
Block a user