Merge pull request #3066 from vitorpamplona/claude/sweet-maxwell-UMahG

fix(playback): hide video controls while the error overlay is shown
This commit is contained in:
Vitor Pamplona
2026-05-27 11:27:18 -04:00
committed by GitHub
@@ -142,7 +142,7 @@ fun RenderVideoPlayer(
hasBlurhash = hasBlurhash,
)
if (showControls) {
if (showControls && controllerState.playbackError.value == null) {
TopGradientOverlay(
controllerVisible = controllerVisible,
modifier = Modifier.align(Alignment.TopCenter),