Mobile: give visual indication that we are saving dives

Allow showing that the app is busy and showing why at the same time.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-03 06:38:19 -08:00
parent e63257f0e9
commit 9d9047d040

View file

@ -387,7 +387,7 @@ Kirigami.Page {
onClicked: {
manager.appendTextToLog("Save downloaded dives that were selected")
busy = true
rootItem.showBusy()
rootItem.showBusy("Save selected dives")
manager.appendTextToLog("temporary disconnecting dive list model")
diveList.diveListModel = null
manager.appendTextToLog("Record dives")