liniting
This commit is contained in:
+4
-1
@@ -263,7 +263,10 @@ fun FeedEmptywithStatus(
|
|||||||
model = it,
|
model = it,
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
contentScale = ContentScale.Crop,
|
contentScale = ContentScale.Crop,
|
||||||
modifier = Modifier.size(Size75dp).clip(QuoteBorder),
|
modifier =
|
||||||
|
Modifier
|
||||||
|
.size(Size75dp)
|
||||||
|
.clip(QuoteBorder),
|
||||||
)
|
)
|
||||||
} ?: run { NoteAuthorPicture(appDefinitionNote, nav, accountViewModel, Size75dp) }
|
} ?: run { NoteAuthorPicture(appDefinitionNote, nav, accountViewModel, Size75dp) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user