mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-03 21:47:32 +01:00
Pixart-Messenger als fork von Conversations erkennen
Pixart-Messenger is a fork of Conversations, so it can be handled the same way.
This commit is contained in:
parent
4646ea9d55
commit
4468475920
@ -63,6 +63,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
|||||||
|
|
||||||
// Conversations
|
// Conversations
|
||||||
put("eu.siacs.conversations", NotificationType.CONVERSATIONS);
|
put("eu.siacs.conversations", NotificationType.CONVERSATIONS);
|
||||||
|
put("de.pixart.messenger", NotificationType.CONVERSATIONS);
|
||||||
|
|
||||||
// Riot
|
// Riot
|
||||||
put("im.vector.alpha", NotificationType.RIOT);
|
put("im.vector.alpha", NotificationType.RIOT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user