mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Default enable notification channel lights
This commit is contained in:
@@ -310,6 +310,7 @@ public class ApplicationEx extends Application {
|
||||
getString(R.string.channel_notification),
|
||||
NotificationManager.IMPORTANCE_HIGH);
|
||||
notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
||||
notification.enableLights(true);
|
||||
nm.createNotificationChannel(notification);
|
||||
|
||||
NotificationChannel warning = new NotificationChannel(
|
||||
|
||||
Reference in New Issue
Block a user