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

@@ -3640,7 +3640,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
channel.setGroup("contacts");
channel.setDescription(from.getPersonal());
channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
channel.setBypassDnd(true);
channel.enableLights(true);
nm.createNotificationChannel(channel);
onActionEditChannel();