Merge pull request #446 from LorenDB/master

Fix QML layout warnings
This commit is contained in:
DeepBlueV7.X 2021-02-03 01:33:08 +01:00 committed by GitHub
commit 724c86e663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,11 +277,11 @@ Page {
MessageInput {
}
}
NhekoDropArea {
anchors.fill: parent
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
}
NhekoDropArea {
anchors.fill: timelineLayout
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
}
PrivacyScreen {