Always scroll to top at startup
This commit is contained in:
parent
d0ebbc7170
commit
039aca14bf
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ Page {
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
overviewPage.chatListCreated = true;
|
overviewPage.chatListCreated = true;
|
||||||
chatListModel.redrawModel();
|
chatListModel.redrawModel();
|
||||||
|
chatListView.scrollToTop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue