Fixes thread loading issue where the clicked note's children is not loaded.
This commit is contained in:
@@ -53,6 +53,7 @@ class ThreadAssembler {
|
||||
val threadRoot = searchRoot(note, thread) ?: note
|
||||
|
||||
loadDown(threadRoot, thread)
|
||||
loadDown(note, thread)
|
||||
|
||||
thread.toSet()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user