mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-17 08:40:59 +02:00
Bugfix
This commit is contained in:
parent
387c5cdffa
commit
c3f0f7c59c
@ -24,7 +24,6 @@ fun VideoView(videoUri: String) {
|
|||||||
ExoPlayer.Builder(context).build().apply {
|
ExoPlayer.Builder(context).build().apply {
|
||||||
repeatMode = Player.REPEAT_MODE_ALL
|
repeatMode = Player.REPEAT_MODE_ALL
|
||||||
videoScalingMode = C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING
|
videoScalingMode = C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING
|
||||||
this.
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user