mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 07:51:46 +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)?,
|
onRetry: (() -> Unit)?,
|
||||||
) {
|
) {
|
||||||
LockPlayerToLandscape()
|
LockPlayerToLandscape()
|
||||||
EnterImmersivePlayerMode()
|
EnterImmersivePlayerMode(true)
|
||||||
PlatformBackHandler(enabled = true, onBack = onDismiss)
|
PlatformBackHandler(enabled = true, onBack = onDismiss)
|
||||||
|
|
||||||
val headerType = trailerType.trim().ifBlank { stringResource(Res.string.detail_tab_trailer) }
|
val headerType = trailerType.trim().ifBlank { stringResource(Res.string.detail_tab_trailer) }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue