Avoids blinking image space in the screen

This commit is contained in:
Vitor Pamplona
2025-11-18 18:07:08 -05:00
parent 2f93aa8777
commit 89d7e52dc4
@@ -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) },