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.
This commit is contained in:
parent
2df1e0b342
commit
ad72d437a3
@ -43,13 +43,6 @@ MobileComponents.Page {
|
||||
}
|
||||
|
||||
]
|
||||
popAction: Action {
|
||||
onTriggered: {
|
||||
print("popped")
|
||||
state = "view"
|
||||
}
|
||||
}
|
||||
|
||||
mainAction: Action {
|
||||
iconName: state !== "view" ? "dialog-cancel" : "document-edit"
|
||||
onTriggered: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user