1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-27 23:40:31 +02:00

Added Etar as calendar app type

This commit is contained in:
Tomas Radej 2017-11-27 16:44:06 +01:00 committed by Carsten Pfeiffer
parent afd71a8c57
commit 56c7f72f65

View File

@ -142,6 +142,9 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
// Transit
put("com.thetransitapp.droid", NotificationType.TRANSIT);
// Etar
put("ws.xsoh.etar", NotificationType.GENERIC_CALENDAR);
}
}