mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: ensure we go back to the dive list after download
The pop() by itself wasn't enough to do that. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d709cfb0b8
commit
fdf03966d4
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ Kirigami.Page {
|
||||||
manager.saveChangesLocal()
|
manager.saveChangesLocal()
|
||||||
diveModel.resetInternalData()
|
diveModel.resetInternalData()
|
||||||
manager.refreshDiveList()
|
manager.refreshDiveList()
|
||||||
pageStack.pop();
|
pageStack.pop()
|
||||||
|
pageStack.push(diveList)
|
||||||
download.text = qsTr("Download")
|
download.text = qsTr("Download")
|
||||||
busy = false
|
busy = false
|
||||||
rootItem.hideBusy()
|
rootItem.hideBusy()
|
||||||
|
|
Loading…
Add table
Reference in a new issue