Respect system DND setting

pull/214/head
M66B 12 months ago
parent 1f098a9303
commit deafcb1abb

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

Loading…
Cancel
Save