feat(player): add lifecycle event effect to hide controls on start

This commit is contained in:
2026-06-30 19:58:48 +02:00
parent 8d194f2baf
commit f25f0e0827
2 changed files with 8 additions and 0 deletions

View File

@@ -165,6 +165,9 @@ fun TvPlayerScreen(
rootFocusRequester.requestFocus()
}
}
LifecycleEventEffect(Lifecycle.Event.ON_START) {
hideControlsWithTimeout()
}
fun expandPlaylist() {
// TODO: focus management for playlist expansion