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,10 +203,8 @@ 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")
private void initializeMediaBrowser() { private void initializeMediaBrowser() {