mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Opening of the keyboard every time I enter the searchFragment
This commit is contained in:
parent
9ac06aea84
commit
4f5822eeca
1 changed files with 1 additions and 3 deletions
|
|
@ -203,9 +203,7 @@ public class SearchFragment extends Fragment {
|
|||
}
|
||||
|
||||
private void inputFocus() {
|
||||
if (!isQueryValid(searchViewModel.getQuery())) {
|
||||
bind.persistentSearchView.expand();
|
||||
}
|
||||
bind.persistentSearchView.expand();
|
||||
}
|
||||
|
||||
@SuppressLint("UnsafeOptInUsageError")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue