Revert "Busy Indicator when Backfilling Room"

This reverts commit 0514a52ff1.
This commit is contained in:
Tobias Fella
2022-10-03 15:27:46 +02:00
parent a4e16ad3f1
commit 17a36f1959

View File

@@ -429,11 +429,6 @@ Kirigami.ScrollablePage {
}
headerPositioning: ListView.OverlayHeader
footer: QQC2.BusyIndicator {
anchors.centerIn: parent
visible: !currentRoom.allHistoryLoaded && !loading
}
function goToEvent(eventID) {
messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain)
}