mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-22 18:13:13 +02:00
Showing likes for Public Chat events.
This commit is contained in:
@@ -31,7 +31,7 @@ fun LikeSetCompose(likeSetCard: LikeSetCard, modifier: Modifier = Modifier, isIn
|
|||||||
val noteState by likeSetCard.note.live.observeAsState()
|
val noteState by likeSetCard.note.live.observeAsState()
|
||||||
val note = noteState?.note
|
val note = noteState?.note
|
||||||
|
|
||||||
if (note?.event == null) {
|
if (note == null) {
|
||||||
BlankNote(Modifier, isInnerNote)
|
BlankNote(Modifier, isInnerNote)
|
||||||
} else {
|
} else {
|
||||||
Column(modifier = modifier) {
|
Column(modifier = modifier) {
|
||||||
|
Reference in New Issue
Block a user