mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Disabled wearable bridge tags
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user