mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
ensure new wallet mnemonic options is reset
This commit is contained in:
parent
04bba2bf2a
commit
02baf4a198
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ class _NameYourWalletViewState extends ConsumerState<NameYourWalletView> {
|
|||
.read(mnemonicWordCountStateProvider.state)
|
||||
.state =
|
||||
Constants.possibleLengthsForCoin(coin).last;
|
||||
ref.read(pNewWalletOptions.notifier).state = null;
|
||||
|
||||
switch (widget.addWalletType) {
|
||||
case AddWalletType.New:
|
||||
|
|
Loading…
Reference in a new issue