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() {
|
private fun openStartCombinedRegister() {
|
||||||
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java)
|
addRegistrationStageFragmentToBackstack(FtueAuthCombinedRegisterFragment::class.java, allowStateLoss = true)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun displayFallbackWebDialog() {
|
private fun displayFallbackWebDialog() {
|
||||||
|
Loading…
Reference in New Issue
Block a user