Avoids blinking image space in the screen
This commit is contained in:
+2
-2
@@ -174,8 +174,8 @@ fun RenderFollowSetThumb(
|
||||
it,
|
||||
),
|
||||
contentScale = ContentScale.Crop,
|
||||
mainImageModifier = Modifier,
|
||||
loadedImageModifier = FollowSetImageModifier,
|
||||
mainImageModifier = FollowSetImageModifier,
|
||||
loadedImageModifier = Modifier,
|
||||
accountViewModel = accountViewModel,
|
||||
onLoadingBackground = { DefaultImageHeaderBackground(baseNote, accountViewModel) },
|
||||
onError = { DefaultImageHeader(baseNote, accountViewModel) },
|
||||
|
||||
Reference in New Issue
Block a user