Disabled wearable bridge tags

This commit is contained in:
M66B 2020-02-05 09:12:48 +01:00
parent ab82e993a8
commit 94397b1ac7
1 changed files with 1 additions and 1 deletions

View File

@ -3221,7 +3221,7 @@ class Core {
mbuilder.extend(new NotificationCompat.WearableExtender()
.addActions(wactions)
.setDismissalId(BuildConfig.APPLICATION_ID + ":" + id)
.setBridgeTag(id < 0 ? "header" : "body"));
/* .setBridgeTag(id < 0 ? "header" : "body") */);
notifications.add(mbuilder);
}