Load message list async

pull/684/head
Nicolas Werner 3 years ago
parent 5287ba38f9
commit 56b24f8d93
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/TimelineView.qml

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

Loading…
Cancel
Save