mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
code cleanup
This commit is contained in:
@@ -55,7 +55,6 @@ import kotlin.math.roundToInt
|
|||||||
fun PlayerScreen(
|
fun PlayerScreen(
|
||||||
viewModel: PlayerViewModel,
|
viewModel: PlayerViewModel,
|
||||||
onBack: () -> Unit
|
onBack: () -> Unit
|
||||||
|
|
||||||
) {
|
) {
|
||||||
val uiState by viewModel.uiState.collectAsState()
|
val uiState by viewModel.uiState.collectAsState()
|
||||||
val controlsVisible by viewModel.controlsVisible.collectAsState()
|
val controlsVisible by viewModel.controlsVisible.collectAsState()
|
||||||
|
|||||||
Reference in New Issue
Block a user