Fixed Gradient theme queue sheet

This commit is contained in:
Prathamesh More 2021-12-12 12:35:46 +05:30
parent e27bf9d2cb
commit 2975a33e95
3 changed files with 8 additions and 8 deletions

View file

@ -201,7 +201,7 @@ class PlayingNotificationImpl(
if (!isPlaying) {
addAction(buildDismissAction())
} else {
mActions.removeAt(4)
if (mActions.size == 5) mActions.removeAt(4)
}
}