mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Clear focus on restoring search
This will keep the keyboard collapsed, preventing lists not drawing
This commit is contained in:
@@ -124,6 +124,7 @@ public class FragmentContacts extends FragmentBase {
|
||||
if (!TextUtils.isEmpty(searching)) {
|
||||
menuSearch.expandActionView();
|
||||
searchView.setQuery(searching, true);
|
||||
searchView.clearFocus();
|
||||
}
|
||||
|
||||
searchView.setOnQueryTextListener(new SearchView.OnQueryTextListener() {
|
||||
|
||||
Reference in New Issue
Block a user