Fixed Gradient theme queue sheet
This commit is contained in:
parent
e27bf9d2cb
commit
2975a33e95
3 changed files with 8 additions and 8 deletions
|
@ -201,7 +201,7 @@ class PlayingNotificationImpl(
|
|||
if (!isPlaying) {
|
||||
addAction(buildDismissAction())
|
||||
} else {
|
||||
mActions.removeAt(4)
|
||||
if (mActions.size == 5) mActions.removeAt(4)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue