mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
69516c37ec
commit
2ad7b26f4b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue