Disable async timeline loading, since it hangs in a layout loop sometimes
This commit is contained in:
parent
b63289ba54
commit
71a153538f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user