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 } }