Fixes for unspent coins box initialization. Change cakewallet icons. Add wallet naming for new wallets.

This commit is contained in:
M 2022-01-08 16:33:17 +02:00
parent afa0f23fa7
commit 67ad389caf
8 changed files with 14 additions and 5 deletions

View file

@ -95,8 +95,8 @@ Route<dynamic> createRoute(RouteSettings settings) {
builder: (_) => getIt.get<NewWalletTypePage>(
param1: (BuildContext context, WalletType type) =>
Navigator.of(context)
.pushNamed(Routes.preSeed, arguments: type),
param2: true));
.pushNamed(Routes.newWallet, arguments: type),
param2: false));
case Routes.newWallet:
final type = settings.arguments as WalletType;