add new keepAwake param

This commit is contained in:
Marius Butz 2026-05-07 14:16:20 +02:00
parent a6d5440945
commit 693d628cfd

View file

@ -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) }