mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
QML UI: make sure drawer is really closed after delete
At least one iPhone user still has the drawer pop open and prevent them from using the undo function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a8cfa0abf5
commit
0fcf67ca55
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ Kirigami.Page {
|
|||
function() {
|
||||
diveDetailsListView.currentIndex = manager.undoDelete(deletedId) ? deletedIndex : diveDetailsListView.currentIndex
|
||||
});
|
||||
contextDrawer.close() // at least one iPhone user has the drawer pop open after delete
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue