Commit 56e3af7
committed
Add PendingIntent.FLAG_UPDATE_CURRENT to action button intents
Without it, if the hashCodes matches a button from one of the previous notifications, the pending intent won't be updated, and it may perform an action from the old message.1 parent 7775b92 commit 56e3af7
File tree
1 file changed
+1
-1
lines changed- iterableapi/src/main/java/com/iterable/iterableapi
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments