mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-03 11:46:35 +00:00
TMP 3
This commit is contained in:
parent
5a45ffef40
commit
e5d6586a6d
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ class Router {
|
||||||
sharedPreferences: sharedPreferences)),
|
sharedPreferences: sharedPreferences)),
|
||||||
child: SetupPinCodePage(
|
child: SetupPinCodePage(
|
||||||
onPinCodeSetup: (context, _) =>
|
onPinCodeSetup: (context, _) =>
|
||||||
Navigator.pushNamed(context, Routes.newWallet))));
|
Navigator.pushNamed(context, Routes.newWalletType))));
|
||||||
|
|
||||||
|
case Routes.newWalletType:
|
||||||
|
return CupertinoPageRoute<void>(builder: (_) => NewWalletTypePage());
|
||||||
|
|
||||||
case Routes.newWallet:
|
case Routes.newWallet:
|
||||||
final type = settings.arguments as WalletType;
|
final type = settings.arguments as WalletType;
|
||||||
|
|
Loading…
Reference in a new issue