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) }