Update libQuotient and fix CI.
This commit is contained in:
@@ -226,6 +226,10 @@ Item {
|
||||
|
||||
boundsBehavior: Flickable.DragOverBounds
|
||||
|
||||
onModelChanged: {
|
||||
messageListView.positionViewAtBeginning()
|
||||
}
|
||||
|
||||
model: SortFilterProxyModel {
|
||||
id: sortedMessageEventModel
|
||||
|
||||
@@ -239,7 +243,6 @@ Item {
|
||||
|
||||
onModelReset: {
|
||||
movingTimer.stop()
|
||||
messageListView.positionViewAtBeginning()
|
||||
if (currentRoom) {
|
||||
movingTimer.restart()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user