mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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
|
||||
}
|
||||
|
||||
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…
Reference in a new issue