mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-09 12:48:02 -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 (platformSupportsExtendedNotifications() && !privacyModeEnabled) {
|
||||||
if (newMessages > 1) {
|
if (newMessages > 1) {
|
||||||
|
|
||||||
//TODO: Stacked notifications for Android Wear
|
// Stacked notifications for Android Wear
|
||||||
// https://developer.android.com/training/wearables/notifications/stacks.html
|
// 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
|
// multiple messages pending, show inbox style
|
||||||
NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(builder);
|
NotificationCompat.InboxStyle style = new NotificationCompat.InboxStyle(builder);
|
||||||
|
Loading…
Reference in New Issue
Block a user