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