mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes
This commit is contained in:
parent
71e02f429d
commit
082a5f0b6c
5 changed files with 36 additions and 29 deletions
|
@ -89,6 +89,11 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
|
|||
..show(_key.currentContext);
|
||||
}
|
||||
|
||||
void close() {
|
||||
_progressBar?.dismiss();
|
||||
Navigator.of(_key.currentContext).pop();
|
||||
}
|
||||
|
||||
void hideProgressText() {
|
||||
_progressBar?.dismiss();
|
||||
_progressBar = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue