mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Mobile: also show busy spinner when applying GPS fixes
That's another function that can take a little while. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9b6ec64853
commit
65910177b2
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,7 @@ Kirigami.ApplicationWindow {
|
|||
}
|
||||
text: qsTr("Apply GPS fixes")
|
||||
onTriggered: {
|
||||
showBusy()
|
||||
manager.applyGpsData()
|
||||
globalDrawer.close()
|
||||
diveModel.resetInternalData()
|
||||
|
@ -304,6 +305,7 @@ Kirigami.ApplicationWindow {
|
|||
pageStack.pop()
|
||||
}
|
||||
pageStack.push(diveList)
|
||||
hideBusy()
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
|
|
Loading…
Reference in a new issue