Remove thumbnail clip in player collapsed view
This commit is contained in:
@@ -117,7 +117,6 @@ fun PlayerView(
|
|||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
contentScale = ContentScale.Crop,
|
contentScale = ContentScale.Crop,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.clip(ThumbnailRoundness.shape)
|
|
||||||
.size(64.dp)
|
.size(64.dp)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user