Fix QML layout warnings

This commit is contained in:
Loren Burkholder 2021-02-02 19:30:03 -05:00
parent e466cd10ff
commit 5109dc5e0f
1 changed files with 4 additions and 4 deletions

View File

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