From 17a36f195908da95bb7f17f47aa661e19d07f618 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 3 Oct 2022 15:27:46 +0200 Subject: [PATCH] Revert "Busy Indicator when Backfilling Room" This reverts commit 0514a52ff13e9ac446303d9a179d19a56e568674. --- imports/NeoChat/Page/RoomPage.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index ae25df1e0..275245fc6 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -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) }