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
@ -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…
x
Reference in New Issue
Block a user