mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:57:29 +01:00
Uses the user to avoid Java removing the variable due to lack of usage.
This commit is contained in:
@@ -778,7 +778,16 @@ fun RenderContentDVMThumb(
|
||||
.clip(QuoteBorder),
|
||||
)
|
||||
}
|
||||
} ?: run { DisplayAuthorBanner(baseNote) }
|
||||
} ?: run {
|
||||
user?.value?.user?.let {
|
||||
BannerImage(
|
||||
it,
|
||||
Modifier
|
||||
.fillMaxSize()
|
||||
.clip(QuoteBorder),
|
||||
)
|
||||
}
|
||||
}
|
||||
},
|
||||
onTitleRow = {
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user