Revert "QML UI: end edit mode when leaving the edit page"

This reverts commit d2928a137c.

The presence of this Action causes crashes for one of the testers. Which
is utterly ridiculous.
This commit is contained in:
Dirk Hohndel 2016-02-07 07:32:08 -08:00
parent 2df1e0b342
commit ad72d437a3

View file

@ -43,13 +43,6 @@ MobileComponents.Page {
}
]
popAction: Action {
onTriggered: {
print("popped")
state = "view"
}
}
mainAction: Action {
iconName: state !== "view" ? "dialog-cancel" : "document-edit"
onTriggered: {