mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CWA-209 | added possibility to show address of subaddress instead empty label; added possibility to edit label of subaddress; added setLabel method to subaddress creation store; fixed setLabelSubaddress method in the subaddress_list.dart
This commit is contained in:
parent
4b5a2f8b06
commit
9193cb63f6
5 changed files with 79 additions and 12 deletions
|
@ -258,7 +258,7 @@ class Router {
|
|||
builder: (_) => Provider(
|
||||
create: (_) =>
|
||||
SubadrressCreationStore(walletService: walletService),
|
||||
child: NewSubaddressPage()));
|
||||
child: NewSubaddressPage(subaddress: settings.arguments as Subaddress,)));
|
||||
|
||||
case Routes.disclaimer:
|
||||
return CupertinoPageRoute<void>(builder: (_) => DisclaimerPage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue