Respect system DND setting

This commit is contained in:
M66B
2024-02-02 09:34:44 +01:00
parent 1f098a9303
commit deafcb1abb

View File

@@ -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(