mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
temp disabled erroring calls
This commit is contained in:
parent
5f28a8cb36
commit
03f4030d26
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ class CreateAutoBackup extends StatelessWidget {
|
|||
chooseFileLocation = FocusNode();
|
||||
// passwordRepeatFocusNode = FocusNode();
|
||||
|
||||
super.initState();
|
||||
// super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
|
@ -37,7 +37,7 @@ class CreateAutoBackup extends StatelessWidget {
|
|||
chooseFileLocation.dispose();
|
||||
// passwordRepeatFocusNode.dispose();
|
||||
|
||||
super.dispose();
|
||||
// super.dispose();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue