f60f573f07
On one of my test devices (Android 12), tapping a single message notification opens the message view, which leads to the notification being removed. If there's an inactive notification it will be promoted to an active notification and use the notification ID of the notification that was just removed. Due to auto-cancel being used, the delete intent of the first notification is then triggered. However, the system seems to use the notification ID to retrieve the delete intent. Because it will fetch the delete intent from the new notification, not the old one. (I made sure to check that it's not a PendingIntent reuse issue) Since we remove the notification ourselves, we can simply stop using the (apparently buggy) auto-cancel mechanism. |
||
---|---|---|
.. | ||
autodiscovery | ||
core | ||
crypto-openpgp | ||
html-cleaner | ||
k9mail | ||
storage | ||
testing | ||
ui |