Skip to content

Commit

Permalink
CorpseFinder: Fix uninstall watcher deletion not working correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Aug 21, 2023
1 parent d60d521 commit 453088d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class UninstallWatcherNotifications @Inject constructor(
context,
0,
deleteIntent,
PendingIntentCompat.FLAG_IMMUTABLE
PendingIntentCompat.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
)

val deleteAction = NotificationCompat.Action(
Expand Down

0 comments on commit 453088d

Please sign in to comment.