Skip to content
Snippets Groups Projects
Verified Commit b5b580fd authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Loaded causes weird artifacts loading rooms

parent 7645ab17
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment