Opening of the keyboard every time I enter the searchFragment

This commit is contained in:
antonio 2022-08-26 22:04:00 +02:00
parent 9ac06aea84
commit 4f5822eeca

View file

@ -203,9 +203,7 @@ public class SearchFragment extends Fragment {
} }
private void inputFocus() { private void inputFocus() {
if (!isQueryValid(searchViewModel.getQuery())) { bind.persistentSearchView.expand();
bind.persistentSearchView.expand();
}
} }
@SuppressLint("UnsafeOptInUsageError") @SuppressLint("UnsafeOptInUsageError")