Revert "Auto hide keyboard"

This reverts commit 18e2e7e38b.
This commit is contained in:
M66B
2024-06-11 17:32:26 +02:00
parent f2bdeecf44
commit eda76545fa

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>() {