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:
@@ -48,6 +48,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
onCurrentRoomChanged: {
|
onCurrentRoomChanged: {
|
||||||
applicationWindow().hoverLinkIndicator.text = "";
|
applicationWindow().hoverLinkIndicator.text = "";
|
||||||
|
messageListView.positionViewAtBeginning();
|
||||||
hasScrolledUpBefore = false;
|
hasScrolledUpBefore = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user