fix #8, load some cached messages instantly

This commit is contained in:
tibbi 2020-05-30 18:55:57 +02:00
parent a013c110ec
commit 2b3df2719b
4 changed files with 39 additions and 16 deletions

View file

@ -227,7 +227,6 @@ fun Context.getConversations(): ArrayList<Conversation> {
}
conversations.sortByDescending { it.date }
conversationsDB.insertAll(conversations)
return conversations
}