mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 17:12:38 +01:00
Merge pull request #5624 from vector-im/feature/adm/account-created-celebration-on-sign-in-with-id
Fixing account creation celebration shown on `sign in with matrix id`
This commit is contained in:
commit
c2d2afbe72
@ -578,7 +578,7 @@ class OnboardingViewModel @AssistedInject constructor(
|
|||||||
onDirectLoginError(failure)
|
onDirectLoginError(failure)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
onSessionCreated(data, isAccountCreated = true)
|
onSessionCreated(data, isAccountCreated = false)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun onDirectLoginError(failure: Throwable) {
|
private fun onDirectLoginError(failure: Throwable) {
|
||||||
|
Loading…
Reference in New Issue
Block a user