mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Enabled DND for all new message notifications by default
This commit is contained in:
@@ -96,6 +96,7 @@ 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user