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:
parent
73ec00b43d
commit
764f380d45
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user