mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Clear focus on restoring search
This will keep the keyboard collapsed, preventing lists not drawing
This commit is contained in:
@@ -349,6 +349,7 @@ public class FragmentFolders 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