Uses the user to avoid Java removing the variable due to lack of usage.

This commit is contained in:
Vitor Pamplona
2024-06-03 13:25:56 -04:00
parent d42ae7c9f7
commit db15f5e2a6
@@ -778,7 +778,16 @@ fun RenderContentDVMThumb(
.clip(QuoteBorder), .clip(QuoteBorder),
) )
} }
} ?: run { DisplayAuthorBanner(baseNote) } } ?: run {
user?.value?.user?.let {
BannerImage(
it,
Modifier
.fillMaxSize()
.clip(QuoteBorder),
)
}
}
}, },
onTitleRow = { onTitleRow = {
Text( Text(