1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-16 02:14:04 +02:00

add Facebook Messenger Lite notification support (see #883)

This commit is contained in:
michaelneu 2017-12-02 23:54:16 +01:00 committed by Andreas Shimokawa
parent c95b9d99e5
commit 76de046434

View File

@ -84,6 +84,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
// Facebook Messenger
put("com.facebook.orca", NotificationType.FACEBOOK_MESSENGER);
put("com.facebook.mlite", NotificationType.FACEBOOK_MESSENGER);
// WhatsApp
put("com.whatsapp", NotificationType.WHATSAPP);