Added comment

This commit is contained in:
M66B 2020-04-03 20:55:55 +02:00
parent 31f8c14353
commit 6953aaee33
1 changed files with 1 additions and 0 deletions

View File

@ -2871,6 +2871,7 @@ class Core {
for (NotificationCompat.Builder builder : notifications) {
long id = builder.getExtras().getLong("id", 0);
if ((id == 0 && add.size() + remove.size() > 0) || add.contains(id)) {
// https://developer.android.com/training/wearables/notifications/creating
if (id == 0) {
if (!notify_summary)
builder.setLocalOnly(true);