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
|
model: root.messageFilterModel
|
||||||
|
|
||||||
|
onCountChanged: if (root.roomChanging) {
|
||||||
|
root.positionViewAtBeginning();
|
||||||
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
interval: 1000
|
interval: 1000
|
||||||
running: messageListView.atYBeginning
|
running: messageListView.atYBeginning
|
||||||
|
|||||||
Reference in New Issue
Block a user