mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 13:14:32 +00:00
edit auto backup navigation route error
This commit is contained in:
parent
f46c0dacf9
commit
e91c99883b
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ class _BackupRestoreSettings extends ConsumerState<BackupRestoreSettings> {
|
|||
width: 190,
|
||||
label: "Edit auto backup",
|
||||
onPressed: () {
|
||||
Navigator.of(context).pop();
|
||||
// Navigator.of(context).pop();
|
||||
createAutoBackup();
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue