Adjusts Profile images to crop and not fit

This commit is contained in:
Vitor Pamplona
2023-06-26 14:46:56 -04:00
parent c9bbb66284
commit d4003eee04

View File

@@ -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) {