1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-08 04:08:15 -05:00

TODO: Bug! Stacked notification are shown on phone too, together with summary

This commit is contained in:
Marcus Wolschon 2015-05-02 10:10:59 +02:00
parent 73ec00b43d
commit 764f380d45

View File

@ -4941,8 +4941,9 @@ public class MessagingController implements Runnable {
if (platformSupportsExtendedNotifications() && !privacyModeEnabled) {
if (newMessages > 1) {
//TODO: Stacked notifications for Android Wear
// Stacked notifications for Android Wear
// https://developer.android.com/training/wearables/notifications/stacks.html
// TODO: Bug! Stacked notification are shown on phone too, together with summary
// multiple messages pending, show inbox style
NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(builder);