Updated on 2026-08-14
This commit is contained in:
parent
1d75f13d4e
commit
b2f12e90aa
22 changed files with 386 additions and 5 deletions
|
|
@ -35,4 +35,5 @@ enum class AppScreen(val isDialogFragment: Boolean = false) {
|
|||
Welcome,
|
||||
SaveWallet(isDialogFragment = true),
|
||||
WalletSelector(isDialogFragment = true),
|
||||
AppCurrencySelector,
|
||||
}
|
||||
|
|
@ -10,5 +10,7 @@ interface ReduxNavController {
|
|||
/** Navigate by [action] */
|
||||
fun navigate(action: NavigationAction)
|
||||
|
||||
fun popBackStack(screen: AppScreen? = null)
|
||||
|
||||
fun getBackStack(): List<AppScreen>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue