mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
Auto hide keyboard
This commit is contained in:
parent
60fc0bd4a4
commit
18e2e7e38b
1 changed files with 1 additions and 1 deletions
|
@ -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>() {
|
||||||
|
|
Loading…
Reference in a new issue