mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Hide controls if media is playing in the tv ui
This commit is contained in:
@@ -131,7 +131,7 @@ fun TvPlayerScreen(
|
|||||||
}
|
}
|
||||||
|
|
||||||
LaunchedEffect(uiState.isPlaying) {
|
LaunchedEffect(uiState.isPlaying) {
|
||||||
if (uiState.isPlaying) showQueuePanel = false
|
if (uiState.isPlaying) viewModel.hideControls()
|
||||||
}
|
}
|
||||||
|
|
||||||
val hiddenControlFocusRequester = remember { FocusRequester() }
|
val hiddenControlFocusRequester = remember { FocusRequester() }
|
||||||
|
|||||||
Reference in New Issue
Block a user