mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 16:57:39 +00:00
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:
+1
-1
@@ -142,7 +142,7 @@ fun RenderVideoPlayer(
|
||||
hasBlurhash = hasBlurhash,
|
||||
)
|
||||
|
||||
if (showControls) {
|
||||
if (showControls && controllerState.playbackError.value == null) {
|
||||
TopGradientOverlay(
|
||||
controllerVisible = controllerVisible,
|
||||
modifier = Modifier.align(Alignment.TopCenter),
|
||||
|
||||
Reference in New Issue
Block a user