Respect system DND setting

pull/214/head
M66B 1 year ago
parent 1f098a9303
commit deafcb1abb

@ -138,7 +138,7 @@ class NotificationHelper {
notification.enableLights(true); notification.enableLights(true);
notification.setLightColor(Color.YELLOW); notification.setLightColor(Color.YELLOW);
notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE); notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
notification.setBypassDnd(true); //notification.setBypassDnd(true);
createNotificationChannel(nm, notification); createNotificationChannel(nm, notification);
NotificationChannel progress = new NotificationChannel( NotificationChannel progress = new NotificationChannel(

Loading…
Cancel
Save