Remove thumbnail clip in player collapsed view

This commit is contained in:
vfsfitvnm 2022-06-08 13:21:35 +02:00
parent 867642e0c4
commit f885fe5b80

View file

@ -117,7 +117,6 @@ fun PlayerView(
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = Modifier
.clip(ThumbnailRoundness.shape)
.size(64.dp)
)