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 74447747f..8b68aadcc 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 @@ -27,7 +27,6 @@ fun VideoView(videoUri: String) { val context = LocalContext.current val exoPlayer = ExoPlayer.Builder(LocalContext.current).build().apply { - playWhenReady = true repeatMode = Player.REPEAT_MODE_ALL videoScalingMode = C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING setMediaItem(MediaItem.fromUri(videoUri))