Skip to content

Commit

Permalink
[iOS] Fix crash when cleaning up rewards internals sharables (uplift …
Browse files Browse the repository at this point in the history
…to 1.69.x) (#25473)

Uplift of #25467 (squashed) to release
  • Loading branch information
brave-builds committed Sep 8, 2024
1 parent 286b4a6 commit 1793e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class RewardsInternalsShareController: UITableViewController {
self.progressIndiciator.progress = 0
}
}
Task {
Task { [dropDirectory, zipPath] in
do {
if await AsyncFileManager.default.fileExists(atPath: dropDirectory.path) {
try await AsyncFileManager.default.removeItem(at: dropDirectory)
Expand Down

0 comments on commit 1793e4b

Please sign in to comment.