fix #8, load some cached messages instantly
This commit is contained in:
parent
a013c110ec
commit
2b3df2719b
4 changed files with 39 additions and 16 deletions
|
|
@ -227,7 +227,6 @@ fun Context.getConversations(): ArrayList<Conversation> {
|
|||
}
|
||||
|
||||
conversations.sortByDescending { it.date }
|
||||
conversationsDB.insertAll(conversations)
|
||||
return conversations
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue