Add banner entry point to set up recovery
This commit is contained in:
parent
d3726971ba
commit
ad8e8305eb
16 changed files with 150 additions and 16 deletions
|
|
@ -50,6 +50,7 @@ class SecureBackupFlowNode @AssistedInject constructor(
|
|||
backstack = BackStack(
|
||||
initialElement = when (plugins.filterIsInstance<SecureBackupEntryPoint.Params>().first().initialElement) {
|
||||
SecureBackupEntryPoint.InitialTarget.Root -> NavTarget.Root
|
||||
SecureBackupEntryPoint.InitialTarget.SetUpRecovery -> NavTarget.Setup
|
||||
SecureBackupEntryPoint.InitialTarget.EnterRecoveryKey -> NavTarget.EnterRecoveryKey
|
||||
is SecureBackupEntryPoint.InitialTarget.ResetIdentity -> NavTarget.ResetIdentity
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue