Skip to content

Commit

Permalink
fix closing verify seed on delete flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dariyoo99 committed May 20, 2024
1 parent c1c4e33 commit 6f8ef8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/home/settings/backup/erase_warning.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ class _EraseWalletsBalanceWarningState
.bodyMedium!
.copyWith(color: EnvoyColors.danger),
onTap: () {
Navigator.pop(context);
displaySeedBeforeNuke(context);
}),
OnboardingButton(
Expand Down

0 comments on commit 6f8ef8f

Please sign in to comment.