Fixes thread loading issue where the clicked note's children is not loaded.

This commit is contained in:
Vitor Pamplona
2023-03-31 10:53:34 -04:00
parent 27235b0f77
commit 6884d5e8dd
@@ -53,6 +53,7 @@ class ThreadAssembler {
val threadRoot = searchRoot(note, thread) ?: note
loadDown(threadRoot, thread)
loadDown(note, thread)
thread.toSet()
} else {