fixup! feat: add image display
This commit is contained in:
@@ -111,7 +111,7 @@ fun EventItem(event: Event) {
|
||||
|
||||
null -> Text(event.content.toString(2))
|
||||
|
||||
else -> Text("Unknown type: $msgtype")
|
||||
else -> Text("Unknown type: $msgtype", color = MaterialTheme.colorScheme.error)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user