Revert "Busy Indicator when Backfilling Room"
This reverts commit 0514a52ff1.
This commit is contained in:
@@ -429,11 +429,6 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
headerPositioning: ListView.OverlayHeader
|
headerPositioning: ListView.OverlayHeader
|
||||||
|
|
||||||
footer: QQC2.BusyIndicator {
|
|
||||||
anchors.centerIn: parent
|
|
||||||
visible: !currentRoom.allHistoryLoaded && !loading
|
|
||||||
}
|
|
||||||
|
|
||||||
function goToEvent(eventID) {
|
function goToEvent(eventID) {
|
||||||
messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain)
|
messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user