mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CAKE-31 | applied new design to restore wallet from seed page and seed widget
This commit is contained in:
parent
9da460da48
commit
9c2d3d339f
4 changed files with 134 additions and 91 deletions
|
@ -196,7 +196,7 @@ class Router {
|
|||
? Routes.seedLanguage
|
||||
: Routes.restoreWalletFromKeys;
|
||||
final args = type == WalletType.monero
|
||||
? [type, Routes.restoreWalletFromSeed]
|
||||
? [type, Routes.restoreWalletFromKeys]
|
||||
: [type];
|
||||
|
||||
Navigator.of(context).pushNamed(route, arguments: args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue