Disable badge for send notifications

pull/174/head
M66B 5 years ago
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…
Cancel
Save