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
|
val threadRoot = searchRoot(note, thread) ?: note
|
||||||
|
|
||||||
loadDown(threadRoot, thread)
|
loadDown(threadRoot, thread)
|
||||||
|
loadDown(note, thread)
|
||||||
|
|
||||||
thread.toSet()
|
thread.toSet()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user