Auto hide keyboard

This commit is contained in:
Marcel Bokhorst
2024-06-11 12:37:12 +02:00
committed by GitHub
parent 60fc0bd4a4
commit 18e2e7e38b

View File

@@ -516,7 +516,7 @@ public class FragmentDialogSearch extends FragmentDialogBase {
editor.apply();
}
Helper.hideKeyboard(etQuery);
// Helper.hideKeyboard(etQuery);
if (criteria.query != null && criteria.query.startsWith("raw:"))
new SimpleTask<EntityFolder>() {