mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
parent
d6a06d0c16
commit
bd874089d0
@ -239,7 +239,12 @@ public class NotificationListener extends NotificationListenerService {
|
|||||||
|
|
||||||
notificationSpec.type = AppNotificationType.getInstance().get(source);
|
notificationSpec.type = AppNotificationType.getInstance().get(source);
|
||||||
|
|
||||||
|
//FIXME: some quirks lookup table would be the minor evil here
|
||||||
if (source.startsWith("com.fsck.k9")) {
|
if (source.startsWith("com.fsck.k9")) {
|
||||||
|
if (NotificationCompat.isGroupSummary(notification)) {
|
||||||
|
LOG.info("ignore K9 group summary");
|
||||||
|
return;
|
||||||
|
}
|
||||||
preferBigText = true;
|
preferBigText = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user