Remove unnecessary subtext in legacy notification

This commit is contained in:
Karim Abou Zeid 2019-05-26 15:54:06 +02:00
commit a29e8e4165

View file

@ -71,7 +71,6 @@ public class PlayingNotificationImpl extends PlayingNotification {
final Notification notification = new NotificationCompat.Builder(service, NOTIFICATION_CHANNEL_ID) final Notification notification = new NotificationCompat.Builder(service, NOTIFICATION_CHANNEL_ID)
.setSmallIcon(R.drawable.ic_notification) .setSmallIcon(R.drawable.ic_notification)
.setSubText(song.albumName)
.setContentIntent(clickIntent) .setContentIntent(clickIntent)
.setDeleteIntent(deleteIntent) .setDeleteIntent(deleteIntent)
.setCategory(NotificationCompat.CATEGORY_SERVICE) .setCategory(NotificationCompat.CATEGORY_SERVICE)