This commit is contained in:
Vitor Pamplona 2024-05-20 11:24:03 -04:00
parent 5812e290c9
commit ea70d44ac7

View File

@ -263,7 +263,10 @@ fun FeedEmptywithStatus(
model = it,
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = Modifier.size(Size75dp).clip(QuoteBorder),
modifier =
Modifier
.size(Size75dp)
.clip(QuoteBorder),
)
} ?: run { NoteAuthorPicture(appDefinitionNote, nav, accountViewModel, Size75dp) }