diff --git a/app/src/main/java/eu/faircode/email/NotificationHelper.java b/app/src/main/java/eu/faircode/email/NotificationHelper.java index d8a7be4db0..85d6255fde 100644 --- a/app/src/main/java/eu/faircode/email/NotificationHelper.java +++ b/app/src/main/java/eu/faircode/email/NotificationHelper.java @@ -138,7 +138,7 @@ class NotificationHelper { notification.enableLights(true); notification.setLightColor(Color.YELLOW); notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE); - notification.setBypassDnd(true); + //notification.setBypassDnd(true); createNotificationChannel(nm, notification); NotificationChannel progress = new NotificationChannel(