mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
add new keepAwake param
This commit is contained in:
parent
a6d5440945
commit
693d628cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ private fun FullscreenTrailerPlayerContent(
|
|||
onRetry: (() -> Unit)?,
|
||||
) {
|
||||
LockPlayerToLandscape()
|
||||
EnterImmersivePlayerMode()
|
||||
EnterImmersivePlayerMode(true)
|
||||
PlatformBackHandler(enabled = true, onBack = onDismiss)
|
||||
|
||||
val headerType = trailerType.trim().ifBlank { stringResource(Res.string.detail_tab_trailer) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue