diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/VideoView.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/VideoView.kt index 2fe16d2fd..8eb5c4e77 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/VideoView.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/VideoView.kt @@ -184,7 +184,7 @@ fun VideoView( if (blurhash == null) { val ratio = aspectRatio(dimensions) - val modifier = if (ratio != null && roundedCorner) { + val modifier = if (ratio != null && roundedCorner && automaticallyStartPlayback.value) { Modifier.aspectRatio(ratio) } else { Modifier