Revert "Set bypass DND for high priority notifications"

This reverts commit b7366afaf9.
This commit is contained in:
M66B
2021-06-14 14:57:44 +02:00
parent b7366afaf9
commit df00a0d041
4 changed files with 0 additions and 8 deletions

View File

@@ -92,7 +92,6 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
NotificationManager.IMPORTANCE_HIGH);
channel.setGroup(group.getId());
channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
channel.setBypassDnd(true);
channel.enableLights(true);
nm.createNotificationChannel(channel);
}