mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fixes for unspent coins box initialization. Change cakewallet icons. Add wallet naming for new wallets.
This commit is contained in:
parent
afa0f23fa7
commit
67ad389caf
8 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue