Updated on 2026-08-14
This commit is contained in:
parent
80d00dfb6b
commit
80d661ab55
26 changed files with 771 additions and 138 deletions
|
|
@ -260,7 +260,9 @@ sealed class AppRoute(val path: String) : Route {
|
|||
|
||||
enum class Mode {
|
||||
Onboarding, // general Mode
|
||||
AddBackup, // continue backup process for existing wallet 1
|
||||
AddBackupWallet1, // continue backup process for existing wallet 1
|
||||
WelcomeOnlyTwin, // show welcome screen and then navigate to wallet for twins
|
||||
RecreateWalletTwin, // reset twins
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue