Disable async timeline loading, since it hangs in a layout loop sometimes

This commit is contained in:
Nicolas Werner 2021-08-20 13:59:36 +02:00
parent b63289ba54
commit 71a153538f
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Item {
Loader {
active: room || roomPreview
asynchronous: true
asynchronous: false
Layout.fillWidth: true
sourceComponent: MessageView {