mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 01:49:23 +01:00
allowing the combined registration flow to have state loss as the transaction occurs asynchronusly
This commit is contained in:
parent
2b382d1249
commit
9a5b21d8f1
@ -264,7 +264,7 @@ class FtueAuthVariant(
|
||||
}
|
||||
|
||||
private fun openStartCombinedRegister() {
|
||||
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java)
|
||||
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java, allowStateLoss = true)
|
||||
}
|
||||
|
||||
private fun displayFallbackWebDialog() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user