summaryrefslogtreecommitdiffstats
path: root/qt-mobile/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r--qt-mobile/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index 76d8836ed..33215f0df 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -42,7 +42,6 @@ ApplicationWindow {
text: "Add Dive"
onTriggered: {
manager.addDive();
- detailsWindow.clearDetails()
stackView.push(detailsWindow)
}
}