This commit is contained in:
M 2020-06-02 10:47:33 +03:00
parent 5a45ffef40
commit e5d6586a6d

View file

@ -123,7 +123,10 @@ class Router {
sharedPreferences: sharedPreferences)),
child: SetupPinCodePage(
onPinCodeSetup: (context, _) =>
Navigator.pushNamed(context, Routes.newWallet))));
Navigator.pushNamed(context, Routes.newWalletType))));
case Routes.newWalletType:
return CupertinoPageRoute<void>(builder: (_) => NewWalletTypePage());
case Routes.newWallet:
final type = settings.arguments as WalletType;