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

View file

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