diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-07 07:32:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-07 07:32:08 -0800 |
commit | ad72d437a30681abe36345b217a9aea6b6d725eb (patch) | |
tree | c1aa7922aed0fdd22f603ab7e0da0c2f66da3465 | |
parent | 2df1e0b3429078dbbfe214ecc4e2a4e6339d2d64 (diff) | |
download | subsurface-ad72d437a30681abe36345b217a9aea6b6d725eb.tar.gz |
Revert "QML UI: end edit mode when leaving the edit page"
This reverts commit d2928a137cabab30973a96a71beee9fd840db516.
The presence of this Action causes crashes for one of the testers. Which
is utterly ridiculous.
-rw-r--r-- | qt-mobile/qml/DiveDetails.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index e06c7211d..ef51a71b2 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -43,13 +43,6 @@ MobileComponents.Page { } ] - popAction: Action { - onTriggered: { - print("popped") - state = "view" - } - } - mainAction: Action { iconName: state !== "view" ? "dialog-cancel" : "document-edit" onTriggered: { |