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