Add GENERIC_PHONE and GENERIC_CALENDAR NotificationType handling

This commit is contained in:
Daniele Gobbetti 2024-04-10 14:20:20 +02:00
parent 83a010f42e
commit e00d234f09
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ public enum NotificationType {
case GENERIC_EMAIL: case GENERIC_EMAIL:
case GENERIC_NAVIGATION: case GENERIC_NAVIGATION:
case GENERIC_SMS: case GENERIC_SMS:
case GENERIC_PHONE:
case GENERIC_CALENDAR:
case GENERIC_ALARM_CLOCK: case GENERIC_ALARM_CLOCK:
return getFixedValue(); return getFixedValue();
case FACEBOOK: case FACEBOOK: