mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 22:53:37 +00:00
Opening of the keyboard every time I enter the searchFragment
This commit is contained in:
@@ -203,9 +203,7 @@ public class SearchFragment extends Fragment {
|
||||
}
|
||||
|
||||
private void inputFocus() {
|
||||
if (!isQueryValid(searchViewModel.getQuery())) {
|
||||
bind.persistentSearchView.expand();
|
||||
}
|
||||
bind.persistentSearchView.expand();
|
||||
}
|
||||
|
||||
@SuppressLint("UnsafeOptInUsageError")
|
||||
|
||||
Reference in New Issue
Block a user