Skip to content

Commit

Permalink
app: Queue: Import mutable state
Browse files Browse the repository at this point in the history
* Compiles now
  • Loading branch information
mikooomich committed Jun 5, 2024
1 parent f020560 commit 70b35be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/dd3boh/outertune/ui/player/Queue.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateListOf
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.runtime.rememberUpdatedState
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.alpha
Expand Down

0 comments on commit 70b35be

Please sign in to comment.