android: add chat media attachment rendering and viewer
Some checks failed
CI / test (push) Failing after 2m6s
Some checks failed
CI / test (push) Failing after 2m6s
This commit is contained in:
@@ -55,9 +55,9 @@ class MessageDaoTest {
|
||||
val chat20 = dao.observeRecentMessages(chatId = 20).first()
|
||||
|
||||
assertEquals(1, chat10.size)
|
||||
assertEquals(3L, chat10.first().id)
|
||||
assertEquals(3L, chat10.first().message.id)
|
||||
assertEquals(1, chat20.size)
|
||||
assertEquals(2L, chat20.first().id)
|
||||
assertEquals(2L, chat20.first().message.id)
|
||||
}
|
||||
|
||||
private fun message(id: Long, chatId: Long, text: String): MessageEntity {
|
||||
|
||||
Reference in New Issue
Block a user