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

View File

@@ -778,7 +778,16 @@ fun RenderContentDVMThumb(
.clip(QuoteBorder),
)
}
} ?: run { DisplayAuthorBanner(baseNote) }
} ?: run {
user?.value?.user?.let {
BannerImage(
it,
Modifier
.fillMaxSize()
.clip(QuoteBorder),
)
}
}
},
onTitleRow = {
Text(