diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 275245fc6..ae25df1e0 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -429,6 +429,11 @@ Kirigami.ScrollablePage { } headerPositioning: ListView.OverlayHeader + footer: QQC2.BusyIndicator { + anchors.centerIn: parent + visible: !currentRoom.allHistoryLoaded && !loading + } + function goToEvent(eventID) { messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain) }