Make sure that timeline is scrolled to end when switching room
This commit is contained in:
@@ -79,6 +79,10 @@ QQC2.ScrollView {
|
||||
|
||||
model: root.messageFilterModel
|
||||
|
||||
onCountChanged: if (root.roomChanging) {
|
||||
root.positionViewAtBeginning();
|
||||
}
|
||||
|
||||
Timer {
|
||||
interval: 1000
|
||||
running: messageListView.atYBeginning
|
||||
|
||||
Reference in New Issue
Block a user