mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
[skip ci]Revert "minor fixes"
This commit is contained in:
parent
b316f2fc7b
commit
1eaebcba83
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class WarningPage extends BasePage {
|
|||
? Navigator.of(context)
|
||||
.popAndPushNamed(Routes.seed, arguments: true)
|
||||
: Navigator.of(context)
|
||||
.pushNamed(Routes.setup_2faPage),
|
||||
.popAndPushNamed(Routes.setup_2faPage),
|
||||
text: isPreSeedPage
|
||||
? S.of(context).pre_seed_button_text
|
||||
: S.of(context).understand,
|
||||
|
|
Loading…
Reference in a new issue