Always scroll to top at startup

This commit is contained in:
Sebastian Wolf 2020-12-25 12:55:46 +01:00
parent d0ebbc7170
commit 039aca14bf
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -65,6 +65,7 @@ Page {
onTriggered: {
overviewPage.chatListCreated = true;
chatListModel.redrawModel();
chatListView.scrollToTop();
}
}