Enable notification badge (closes #623)
Note that this only affects new installs since the channel ID is still the same.
This commit is contained in:
parent
3f3526f061
commit
d86a4991b6
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ public abstract class PlayingNotification {
|
|||
notificationChannel.setDescription(service.getString(R.string.playing_notification_description));
|
||||
notificationChannel.enableLights(false);
|
||||
notificationChannel.enableVibration(false);
|
||||
notificationChannel.setShowBadge(false);
|
||||
|
||||
notificationManager.createNotificationChannel(notificationChannel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue