Add Modifier::aspectRatio in PlayerView image
This commit is contained in:
parent
cab0f4f09b
commit
d702557605
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ fun PlayerView(
|
|||
modifier = Modifier
|
||||
.padding(bottom = 32.dp)
|
||||
.padding(horizontal = 32.dp)
|
||||
.aspectRatio(1f)
|
||||
.clip(ThumbnailRoundness.shape)
|
||||
.size(thumbnailSizeDp)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue