Removed Classic notification style
This commit is contained in:
parent
fcc31f90ad
commit
17f104b27a
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class PlayingNotificationClassic(
|
|||
setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
setCustomContentView(notificationLayout)
|
||||
setCustomBigContentView(notificationLayoutBig)
|
||||
setStyle(DecoratedMediaCustomViewStyle())
|
||||
setOngoing(true)
|
||||
val bigNotificationImageSize = context.resources
|
||||
.getDimensionPixelSize(R.dimen.notification_big_image_size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue