mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(player): add lifecycle event effect to hide controls on start
This commit is contained in:
@@ -165,6 +165,9 @@ fun TvPlayerScreen(
|
||||
rootFocusRequester.requestFocus()
|
||||
}
|
||||
}
|
||||
LifecycleEventEffect(Lifecycle.Event.ON_START) {
|
||||
hideControlsWithTimeout()
|
||||
}
|
||||
|
||||
fun expandPlaylist() {
|
||||
// TODO: focus management for playlist expansion
|
||||
|
||||
Reference in New Issue
Block a user