From 298822baeaffdc83386e003099e34819bcd7d18c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 28 May 2021 22:14:59 +0200 Subject: Move currentRoom/timeline handling to roomlist --- resources/qml/ReplyPopup.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'resources/qml/ReplyPopup.qml') diff --git a/resources/qml/ReplyPopup.qml b/resources/qml/ReplyPopup.qml index 1d85acb0..0de68fe8 100644 --- a/resources/qml/ReplyPopup.qml +++ b/resources/qml/ReplyPopup.qml @@ -11,8 +11,6 @@ import im.nheko 1.0 Rectangle { id: replyPopup - property var room: TimelineManager.timeline - Layout.fillWidth: true visible: room && (room.reply || room.edit) // Height of child, plus margins, plus border -- cgit v1.2.3