Skip to content

Commit

Permalink
Copy seed to nonSecure storage when manual user enables Auto-Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
dariyoo99 committed Aug 26, 2024
1 parent 3accbb1 commit b1ab116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/onboard/manual/manual_setup_import_backup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Future<void> tryMagicRecover(List<String> seedList, String seed,

if (success) {
Settings().syncToCloud = true;
EnvoySeed().copySeedToNonSecure();
navigator.push(MaterialPageRoute(builder: (context) {
return const WalletSetupSuccess();
}));
Expand Down

0 comments on commit b1ab116

Please sign in to comment.