Commit 1f0911d0 by zhangchengbo

fix:修改数据源

parent eb1e3b6e
...@@ -455,7 +455,7 @@ class MainActivity : SimpleActivity() { ...@@ -455,7 +455,7 @@ class MainActivity : SimpleActivity() {
.thenByDescending { it.date } .thenByDescending { it.date }
).toMutableList() as ArrayList<Conversation> ).toMutableList() as ArrayList<Conversation>
setFirstConversationAndUpdateData(conversations) setFirstConversationAndUpdateData(sortedConversations)
lifecycleScope.launch(Dispatchers.Main) { lifecycleScope.launch(Dispatchers.Main) {
// delay(1_000) // delay(1_000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment