From eafbd450ea96ce90e4dba743f34e1bde2124f241 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 9 Mar 2026 13:00:02 -0400 Subject: [PATCH] changes player's min height to match the gradients on controllers. --- .../playback/composable/mainVideo/VideoPlayerActiveMutex.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/playback/composable/mainVideo/VideoPlayerActiveMutex.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/playback/composable/mainVideo/VideoPlayerActiveMutex.kt index 1a15d7d1f1..fb0c9e8d8b 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/playback/composable/mainVideo/VideoPlayerActiveMutex.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/playback/composable/mainVideo/VideoPlayerActiveMutex.kt @@ -65,7 +65,7 @@ fun VideoPlayerActiveMutex( val videoModifier = remember(controller) { - Modifier.fillMaxWidth().heightIn(min = 100.dp).onVisiblePositionChanges(view) { bounds, distanceToCenter -> + Modifier.fillMaxWidth().heightIn(min = 120.dp).onVisiblePositionChanges(view) { bounds, distanceToCenter -> controller.visibility.bounds = bounds controller.visibility.distanceToCenter = distanceToCenter