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()
|
||||
diveModel.resetInternalData()
|
||||
manager.refreshDiveList()
|
||||
pageStack.pop();
|
||||
pageStack.pop()
|
||||
pageStack.push(diveList)
|
||||
download.text = qsTr("Download")
|
||||
busy = false
|
||||
rootItem.hideBusy()
|
||||
|
|
Loading…
Add table
Reference in a new issue