this is no longer needed

This commit is contained in:
Minecon724 2024-08-07 13:51:23 +02:00
parent 3ddbe78fe8
commit ed1a870e1b
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -108,13 +108,7 @@ class LoginActivity : ComponentActivity() {
verticalArrangement = Arrangement.Center, verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally horizontalAlignment = Alignment.CenterHorizontally
) { ) {
val loading by loginViewModel.fullscreenLoading.collectAsState() LoginApp(loginViewModel)
if (loading) {
CircularProgressIndicator()
} else {
LoginApp(loginViewModel)
}
} }
} }
} }