mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
minor fix
This commit is contained in:
parent
71c4f507ac
commit
c8409763d6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class UnspentCoinsListPage extends BasePage {
|
|||
|
||||
unspentCoinsListViewModel.setIsDisposing(true);
|
||||
await unspentCoinsListViewModel.dispose();
|
||||
Navigator.of(context).pop();
|
||||
|
||||
if (navigator.canPop()) navigator.pop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue