Revert "Clear focus on restoring search"

This reverts commit 4e12c09eef.
This commit is contained in:
M66B
2019-03-20 10:40:02 +00:00
parent 4e12c09eef
commit 0da8783f7e
4 changed files with 0 additions and 4 deletions

View File

@@ -222,7 +222,6 @@ 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));