Remove unnecessary subtext in legacy notification
This commit is contained in:
parent
37725948f1
commit
a29e8e4165
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ public class PlayingNotificationImpl extends PlayingNotification {
|
|||
|
||||
final Notification notification = new NotificationCompat.Builder(service, NOTIFICATION_CHANNEL_ID)
|
||||
.setSmallIcon(R.drawable.ic_notification)
|
||||
.setSubText(song.albumName)
|
||||
.setContentIntent(clickIntent)
|
||||
.setDeleteIntent(deleteIntent)
|
||||
.setCategory(NotificationCompat.CATEGORY_SERVICE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue