mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Changed send channel priority
This commit is contained in:
@@ -290,7 +290,7 @@ public class ApplicationEx extends Application {
|
||||
|
||||
NotificationChannel send = new NotificationChannel(
|
||||
"send", getString(R.string.channel_send),
|
||||
NotificationManager.IMPORTANCE_HIGH);
|
||||
NotificationManager.IMPORTANCE_DEFAULT);
|
||||
send.setSound(null, Notification.AUDIO_ATTRIBUTES_DEFAULT);
|
||||
send.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
||||
nm.createNotificationChannel(send);
|
||||
|
||||
Reference in New Issue
Block a user