aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/History.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/History.qml b/pages/History.qml
index 1f961630..49a4a125 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -160,6 +160,9 @@ Rectangle {
placeholderFontSize: 15
inputHeight: 34
onTextUpdated: {
+ if (!sortAndFilter.collapsed) {
+ sortAndFilter.collapsed = true;
+ }
if(searchInput.text != null && searchInput.text.length >= 3){
root.sortSearchString = searchInput.text;
root.reset();