mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-11 00:38:54 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue