From 884484922dfab5dce7735f914c5e715d02bfcc7f Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 28 Dec 2022 17:36:17 +0000 Subject: [PATCH] Fix Room Initial Position When the room is changed set the roomlist view to the bottom making sure that it isn't in some random place. BUG: 456647 --- src/qml/Page/RoomPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Page/RoomPage.qml b/src/qml/Page/RoomPage.qml index 86e3f79f1..a06f7f5f3 100644 --- a/src/qml/Page/RoomPage.qml +++ b/src/qml/Page/RoomPage.qml @@ -48,6 +48,7 @@ Kirigami.ScrollablePage { onCurrentRoomChanged: { applicationWindow().hoverLinkIndicator.text = ""; + messageListView.positionViewAtBeginning(); hasScrolledUpBefore = false; }