mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Clear focus on restoring search
This will keep the keyboard collapsed, preventing lists not drawing
This commit is contained in:
@@ -222,6 +222,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
if (!TextUtils.isEmpty(searching)) {
|
||||
menuSearch.expandActionView();
|
||||
searchView.setQuery(searching, false);
|
||||
searchView.clearFocus();
|
||||
}
|
||||
|
||||
searchView.setQueryHint(getString(R.string.title_search_device));
|
||||
|
||||
Reference in New Issue
Block a user