From 84822ebd2ff6eed032f3fd0822ba922811f1133e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 20 Oct 2018 12:02:42 -0400 Subject: Mobile/filtering: remove redundant busy indicator on dive list We should use the global one instead. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'mobile-widgets/qml/DiveList.qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 489e6b42d..f158aaff1 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -19,7 +19,6 @@ Kirigami.ScrollablePage { property color secondaryTextColor: subsurfaceTheme.secondaryTextColor property int horizontalPadding: Kirigami.Units.gridUnit / 2 - Kirigami.Units.smallSpacing + 1 property string activeTrip - property bool showBusy: false property QtObject diveListModel: diveModel property string numShownText @@ -327,13 +326,6 @@ Kirigami.ScrollablePage { } } - Controls.BusyIndicator { - running: showBusy - z: 10 - anchors.fill: parent - anchors.margins: Kirigami.Units.gridUnit - } - StartPage { id: startPage anchors.fill: parent @@ -419,12 +411,9 @@ Kirigami.ScrollablePage { text: "" placeholderText: "Full text search" onAccepted: { - showBusy = true - console.log("show busy") rootItem.filterPattern = text diveModel.setFilter(text) console.log("back from setFilter") - showBusy = false } onEnabledChanged: { // reset the filter when it gets toggled -- cgit v1.2.3-70-g09d2