1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Do not notify again for old events

Resending the notification here can trigger other system components or
apps that listen to new notifications, such as connected smart watches
or automation tools.

Fixes https://github.com/vector-im/element-android/issues/1673
This commit is contained in:
SpiritCroc
2021-05-28 15:16:04 +02:00
parent 910c0ff326
commit 451c2379ec
2 changed files with 2 additions and 1 deletions

1
changelog.d/1673.bugfix Normal file
View File

@@ -0,0 +1 @@
Avoid resending notifications that are already shown