Auto hide keyboard

master
Marcel Bokhorst 3 weeks ago committed by GitHub
parent 60fc0bd4a4
commit 18e2e7e38b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save