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

pull/327/head
Vitor Pamplona 2023-03-31 10:53:34 -04:00
rodzic 27235b0f77
commit 6884d5e8dd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,7 @@ class ThreadAssembler {
val threadRoot = searchRoot(note, thread) ?: note
loadDown(threadRoot, thread)
loadDown(note, thread)
thread.toSet()
} else {