mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
close the page after the update is done
This commit is contained in:
parent
c8409763d6
commit
20b4c945c1
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class UnspentCoinsListPage extends BasePage {
|
|||
await unspentCoinsListViewModel.dispose();
|
||||
|
||||
if (navigator.canPop()) navigator.pop();
|
||||
if (navigator.canPop()) navigator.pop();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue