Loaded causes weird artifacts loading rooms
This commit is contained in:
parent
7645ab1736
commit
b5b580fda5
@ -84,17 +84,12 @@ Item {
|
|||||||
target: timelineView
|
target: timelineView
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
|
||||||
active: room || roomPreview
|
|
||||||
asynchronous: false
|
|
||||||
Layout.fillWidth: true
|
|
||||||
|
|
||||||
sourceComponent: MessageView {
|
MessageView {
|
||||||
implicitHeight: msgView.height - typingIndicator.height
|
implicitHeight: msgView.height - typingIndicator.height
|
||||||
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
source: CallManager.isOnCall && CallManager.callType != CallType.VOICE ? "voip/VideoCall.qml" : ""
|
source: CallManager.isOnCall && CallManager.callType != CallType.VOICE ? "voip/VideoCall.qml" : ""
|
||||||
onLoaded: TimelineManager.setVideoCallItem()
|
onLoaded: TimelineManager.setVideoCallItem()
|
||||||
|
Loading…
Reference in New Issue
Block a user