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 {
|
||||
active: room || roomPreview
|
||||
asynchronous: true
|
||||
asynchronous: false
|
||||
Layout.fillWidth: true
|
||||
|
||||
sourceComponent: MessageView {
|
||||
|
Loading…
Reference in New Issue
Block a user