From 439b1b741f3b703be629191e813036e2770611bf Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 4 Feb 2020 08:51:05 +0100 Subject: [PATCH] Skip bridging send notifications --- app/src/main/java/eu/faircode/email/ServiceSend.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/eu/faircode/email/ServiceSend.java b/app/src/main/java/eu/faircode/email/ServiceSend.java index f6f28f3d7f..06c4b67625 100644 --- a/app/src/main/java/eu/faircode/email/ServiceSend.java +++ b/app/src/main/java/eu/faircode/email/ServiceSend.java @@ -174,6 +174,7 @@ public class ServiceSend extends ServiceBase { .setContentIntent(pi) .setAutoCancel(false) .setShowWhen(true) + .setLocalOnly(true) .setPriority(NotificationCompat.PRIORITY_MIN) .setCategory(NotificationCompat.CATEGORY_SERVICE) .setVisibility(NotificationCompat.VISIBILITY_SECRET);