mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-18 00:31:30 +02:00
liniting
This commit is contained in:
parent
5812e290c9
commit
ea70d44ac7
@ -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) }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user