mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 20:16:45 +01:00
Adjusts Profile images to crop and not fit
This commit is contained in:
@@ -3166,7 +3166,8 @@ fun PictureAndFollowingMark(
|
|||||||
robot = userHex,
|
robot = userHex,
|
||||||
model = userPicture,
|
model = userPicture,
|
||||||
contentDescription = stringResource(id = R.string.profile_image),
|
contentDescription = stringResource(id = R.string.profile_image),
|
||||||
modifier = myImageModifier
|
modifier = myImageModifier,
|
||||||
|
contentScale = ContentScale.Crop
|
||||||
)
|
)
|
||||||
|
|
||||||
val myIconSize by remember(size) {
|
val myIconSize by remember(size) {
|
||||||
|
|||||||
Reference in New Issue
Block a user