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

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