Removed Classic notification style

This commit is contained in:
Prathamesh More 2022-05-17 18:47:31 +05:30
parent fcc31f90ad
commit 17f104b27a

View file

@ -102,7 +102,6 @@ class PlayingNotificationClassic(
setVisibility(NotificationCompat.VISIBILITY_PUBLIC) setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
setCustomContentView(notificationLayout) setCustomContentView(notificationLayout)
setCustomBigContentView(notificationLayoutBig) setCustomBigContentView(notificationLayoutBig)
setStyle(DecoratedMediaCustomViewStyle())
setOngoing(true) setOngoing(true)
val bigNotificationImageSize = context.resources val bigNotificationImageSize = context.resources
.getDimensionPixelSize(R.dimen.notification_big_image_size) .getDimensionPixelSize(R.dimen.notification_big_image_size)