|
|
@ -5009,7 +5009,7 @@ class Core {
|
|
|
|
for (NotificationCompat.Builder builder : notifications) {
|
|
|
|
for (NotificationCompat.Builder builder : notifications) {
|
|
|
|
long id = builder.getExtras().getLong("id", 0);
|
|
|
|
long id = builder.getExtras().getLong("id", 0);
|
|
|
|
if ((id == 0 && !prev.equals(current)) || add.contains(id)) {
|
|
|
|
if ((id == 0 && !prev.equals(current)) || add.contains(id)) {
|
|
|
|
// https://developer.android.com/training/wearables/notifications/creating
|
|
|
|
// https://developer.android.com/training/wearables/notifications/bridger#non-bridged
|
|
|
|
if (id == 0) {
|
|
|
|
if (id == 0) {
|
|
|
|
if (!notify_summary)
|
|
|
|
if (!notify_summary)
|
|
|
|
builder.setLocalOnly(true);
|
|
|
|
builder.setLocalOnly(true);
|
|
|
|