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