mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 02:36:15 +00:00
mobile/cleanup: fix whitespace and remove verbose messages
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
001fb7f4fa
commit
35080aad98
1 changed files with 2 additions and 5 deletions
|
@ -468,15 +468,12 @@ Kirigami.Page {
|
||||||
// it's important to save the changes because the app could get killed once
|
// it's important to save the changes because the app could get killed once
|
||||||
// it's in the background - and the freshly downloaded dives would get lost
|
// it's in the background - and the freshly downloaded dives would get lost
|
||||||
manager.saveChangesLocal()
|
manager.saveChangesLocal()
|
||||||
manager.appendTextToLog("pageStack popping Download page")
|
|
||||||
pageStack.pop()
|
pageStack.pop()
|
||||||
manager.appendTextToLog("pageStack switching to dive list")
|
|
||||||
showDiveList()
|
showDiveList()
|
||||||
download.text = qsTr("Download")
|
download.text = qsTr("Download")
|
||||||
busy = false
|
busy = false
|
||||||
rootItem.hideBusy()
|
rootItem.hideBusy()
|
||||||
divesDownloaded = false
|
divesDownloaded = false
|
||||||
manager.appendTextToLog("switch to dive list has completed")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
|
|
Loading…
Add table
Reference in a new issue