Loaded causes weird artifacts loading rooms

pull/707/head
Nicolas Werner 3 years ago
parent 7645ab1736
commit b5b580fda5
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 9
      resources/qml/TimelineView.qml

@ -84,17 +84,12 @@ Item {
target: timelineView
}
Loader {
active: room || roomPreview
asynchronous: false
Layout.fillWidth: true
sourceComponent: MessageView {
MessageView {
implicitHeight: msgView.height - typingIndicator.height
Layout.fillWidth: true
}
}
Loader {
source: CallManager.isOnCall && CallManager.callType != CallType.VOICE ? "voip/VideoCall.qml" : ""
onLoaded: TimelineManager.setVideoCallItem()

Loading…
Cancel
Save