mirror of https://github.com/M66B/FairEmail.git
Disable badge for send notifications
This commit is contained in:
parent
929d286edd
commit
badba898ff
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue