mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Respect system DND setting
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user