summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/View.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/qml/View.qml b/framework/qml/View.qml
index 4e9b6414..859b7155 100644
--- a/framework/qml/View.qml
+++ b/framework/qml/View.qml
@@ -64,6 +64,10 @@ FocusScope {
64 root.setup() 64 root.setup()
65 } 65 }
66 66
67 Controls2.StackView.onDeactivated: {
68 clearSearch()
69 }
70
67 //This signal will be emitted before destruction if the view was not done 71 //This signal will be emitted before destruction if the view was not done
68 signal aborted() 72 signal aborted()
69 onAborted: { 73 onAborted: {