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
This commit is contained in:
James Graham
2022-12-28 17:36:17 +00:00
parent 83ab751d4a
commit 884484922d

View File

@@ -48,6 +48,7 @@ Kirigami.ScrollablePage {
onCurrentRoomChanged: {
applicationWindow().hoverLinkIndicator.text = "";
messageListView.positionViewAtBeginning();
hasScrolledUpBefore = false;
}