mobile UI: don't hide dive view when deleting dive

The next dive is automatically shown anyway.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-01-01 23:05:14 +01:00 committed by Dirk Hohndel
parent 69516c37ec
commit 2ad7b26f4b

View file

@ -156,7 +156,6 @@ Kirigami.Page {
onTriggered: {
var deletedId = currentItem.modelData.id
manager.deleteDive(deletedId)
pageStack.pop()
showPassiveNotification("Dive deleted", 5000, "Undo",
function() {
manager.undoDelete(deletedId)