Make sure that timeline is scrolled to end when switching room

This commit is contained in:
Tobias Fella
2024-03-12 22:45:29 +01:00
parent 8c966a5e1a
commit 48937c8d9a

View File

@@ -79,6 +79,10 @@ QQC2.ScrollView {
model: root.messageFilterModel
onCountChanged: if (root.roomChanging) {
root.positionViewAtBeginning();
}
Timer {
interval: 1000
running: messageListView.atYBeginning