Disabled wearable bridge tags

pull/174/head
M66B 6 years ago
parent ab82e993a8
commit 94397b1ac7

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

Loading…
Cancel
Save