Remove thumbnail clip in player collapsed view
This commit is contained in:
parent
867642e0c4
commit
f885fe5b80
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ fun PlayerView(
|
|||
contentDescription = null,
|
||||
contentScale = ContentScale.Crop,
|
||||
modifier = Modifier
|
||||
.clip(ThumbnailRoundness.shape)
|
||||
.size(64.dp)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue