Fixed Classic notification crash
This commit is contained in:
parent
4a7c367ab5
commit
60b740021a
1 changed files with 2 additions and 2 deletions
|
@ -261,8 +261,8 @@ class PlayingNotificationClassic(
|
||||||
|
|
||||||
override fun setPlaying(isPlaying: Boolean) {
|
override fun setPlaying(isPlaying: Boolean) {
|
||||||
getPlayPauseBitmap(isPlaying).also {
|
getPlayPauseBitmap(isPlaying).also {
|
||||||
contentView.setImageViewBitmap(R.id.action_play_pause, it)
|
contentView?.setImageViewBitmap(R.id.action_play_pause, it)
|
||||||
bigContentView.setImageViewBitmap(R.id.action_play_pause, it)
|
bigContentView?.setImageViewBitmap(R.id.action_play_pause, it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue