We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87bbe3 commit 2e91a1bCopy full SHA for 2e91a1b
app/src/main/java/com/mxt/anitrend/util/NotificationUtil.kt
@@ -44,7 +44,7 @@ class NotificationUtil(
44
context,
45
defaultNotificationId,
46
targetActivity,
47
- PendingIntent.FLAG_UPDATE_CURRENT
+ PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
48
)
49
}
50
@@ -57,7 +57,7 @@ class NotificationUtil(
57
58
action.hashCode(),
59
intent,
60
61
62
63
0 commit comments