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