Loaded causes weird artifacts loading rooms

This commit is contained in:
Nicolas Werner 2021-08-29 18:45:49 +02:00
parent 7645ab1736
commit b5b580fda5
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 7 deletions

View File

@ -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()