From 4a6e62d1ee07371870eeadb4eea6eebf0ca3fc6a Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Fri, 11 Jun 2021 15:13:16 -0400 Subject: [PATCH] Fix PrivacyScreen for qml-roomlist --- resources/qml/ChatPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index 6cd48788..85ae81e8 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -72,7 +72,7 @@ Rectangle { anchors.fill: parent visible: Settings.privacyScreen screenTimeout: Settings.privacyScreenTimeout - timelineRoot: timeline + timelineRoot: adaptiveView } }