mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-24 16:51:07 +01:00
fixing wrong account created flag when creating a session from a direct login
This commit is contained in:
parent
7c27ce5e88
commit
4ef0bc9052
@ -578,7 +578,7 @@ class OnboardingViewModel @AssistedInject constructor(
|
||||
onDirectLoginError(failure)
|
||||
return
|
||||
}
|
||||
onSessionCreated(data, isAccountCreated = true)
|
||||
onSessionCreated(data, isAccountCreated = false)
|
||||
}
|
||||
|
||||
private fun onDirectLoginError(failure: Throwable) {
|
||||
|
Loading…
Reference in New Issue
Block a user