mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Disable async timeline loading, since it hangs in a layout loop sometimes
This commit is contained in:
parent
b63289ba54
commit
71a153538f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Item {
|
|||
|
||||
Loader {
|
||||
active: room || roomPreview
|
||||
asynchronous: true
|
||||
asynchronous: false
|
||||
Layout.fillWidth: true
|
||||
|
||||
sourceComponent: MessageView {
|
||||
|
|
Loading…
Reference in a new issue