mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Cleanup
This commit is contained in:
parent
4e74b545ad
commit
8d1a36425d
2 changed files with 0 additions and 3 deletions
|
@ -54,7 +54,6 @@ data class LoginViewState(
|
|||
|| asyncRegistration is Loading
|
||||
// Keep loading when it is success because of the delay to switch to the next Activity
|
||||
|| asyncLoginAction is Success
|
||||
|
||||
}
|
||||
|
||||
fun isUserLogged(): Boolean {
|
||||
|
|
|
@ -27,7 +27,6 @@ import im.vector.matrix.android.api.util.Cancelable
|
|||
import im.vector.matrix.android.internal.auth.data.LoginFlowTypes
|
||||
import im.vector.riotx.core.di.ActiveSessionHolder
|
||||
import im.vector.riotx.core.extensions.hasUnsavedKeys
|
||||
import im.vector.riotx.core.extensions.toReducedUrl
|
||||
import im.vector.riotx.core.platform.VectorViewModel
|
||||
import im.vector.riotx.features.login.LoginMode
|
||||
|
||||
|
@ -190,7 +189,6 @@ class SoftLogoutViewModel @AssistedInject constructor(
|
|||
}
|
||||
}
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
private fun handleSignInAgain(action: SoftLogoutAction.SignInAgain) {
|
||||
|
|
Loading…
Add table
Reference in a new issue