mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
allowing the combined registration flow to have state loss as the transaction occurs asynchronusly
This commit is contained in:
parent
2b382d1249
commit
9a5b21d8f1
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class FtueAuthVariant(
|
|||
}
|
||||
|
||||
private fun openStartCombinedRegister() {
|
||||
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java)
|
||||
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java, allowStateLoss = true)
|
||||
}
|
||||
|
||||
private fun displayFallbackWebDialog() {
|
||||
|
|
Loading…
Add table
Reference in a new issue