Added Etar as calendar app type

This commit is contained in:
Tomas Radej
2017-12-31 13:19:30 +01:00
committed by Carsten Pfeiffer
parent afd71a8c57
commit 56c7f72f65
@@ -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);
}
}