mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Loaded causes weird artifacts loading rooms
This commit is contained in:
parent
7645ab1736
commit
b5b580fda5
1 changed files with 2 additions and 7 deletions
|
@ -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 a new issue