From 71a153538f4c1a300d9396d46c69d28bf1e9cf0b Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Fri, 20 Aug 2021 13:59:36 +0200
Subject: [PATCH] Disable async timeline loading, since it hangs in a layout
 loop sometimes

---
 resources/qml/TimelineView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 0da7d6c25..9015bafa4 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -86,7 +86,7 @@ Item {
 
                     Loader {
                         active: room || roomPreview
-                        asynchronous: true
+                        asynchronous: false
                         Layout.fillWidth: true
 
                         sourceComponent: MessageView {
-- 
GitLab