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