mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Disable badge for send notifications
This commit is contained in:
@@ -272,6 +272,7 @@ public class ApplicationEx extends Application {
|
||||
"send", getString(R.string.channel_send),
|
||||
NotificationManager.IMPORTANCE_DEFAULT);
|
||||
send.setSound(null, Notification.AUDIO_ATTRIBUTES_DEFAULT);
|
||||
send.setShowBadge(false);
|
||||
send.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
||||
nm.createNotificationChannel(send);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user