Skip to content

Commit 062af70

Browse files
committed
oops
1 parent 396246e commit 062af70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/org/akanework/gramophone/ui/fragments/compose

app/src/main/java/org/akanework/gramophone/ui/fragments/compose/MultiQueue.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ class MqState(
922922
}
923923

924924
fun removeQueue(index: Int = getQueueListSize() - 1) {
925-
if (Flags.MQ_PREVIEW) {
925+
if (!Flags.MQ_PREVIEW) {
926926
instance.clearMediaItems()
927927
return
928928
}

0 commit comments

Comments
 (0)