Skip to content

Commit 324a790

Browse files
authored
Merge pull request #745 from dashpay/fix/backup-reminder-screenshot
fix: prevent wallet deletion on screenshot during backup reminder
2 parents 7b38855 + d8dd549 commit 324a790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DashWallet/Sources/UI/Setup/SecureWallet/BackupInfo/BackupInfoViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ extension BackupInfoViewController {
246246

247247
extension BackupInfoViewController {
248248
var shouldCreateNewWalletOnScreenshot: Bool {
249-
type == .reminder
249+
false
250250
}
251251
}
252252

0 commit comments

Comments
 (0)