1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 17:26:12 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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