Skip to content

Commit

Permalink
Enable cancel also on legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Jul 26, 2024
1 parent 5a1dc65 commit f80822d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deltachat-ios/Handler/LegacyProgressAlertHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ extension LegacyProgressAlertHandler {
handler: { _ in
dcContext.stopOngoingProcess()
})
cancelAction.isEnabled = false
progressAlert.addAction(cancelAction)

self.present(progressAlert, animated: true, completion: nil)
Expand Down

0 comments on commit f80822d

Please sign in to comment.