1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 10:56:50 +01:00

Mi Band: Put Viber and Line into "generic_chat" category instead of "generic_phone"

Fixes #830
This commit is contained in:
Andreas Shimokawa 2017-10-18 00:04:45 +02:00
parent 6603b3fa05
commit f03d53993a

View File

@ -110,6 +110,8 @@ public enum NotificationType {
case KIK:
case KAKAO_TALK:
case SLACK:
case LINE:
case VIBER:
return "generic_chat";
case GMAIL:
case GOOGLE_INBOX:
@ -117,9 +119,6 @@ public enum NotificationType {
case OUTLOOK:
case YAHOO_MAIL:
return "generic_email";
case LINE:
case VIBER:
return "generic_phone";
case UNKNOWN:
default:
return "generic";