mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 03:11:04 +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 note = noteState?.note
|
||||
|
||||
if (note?.event == null) {
|
||||
if (note == null) {
|
||||
BlankNote(Modifier, isInnerNote)
|
||||
} else {
|
||||
Column(modifier = modifier) {
|
||||
|
Reference in New Issue
Block a user