mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +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() {
|
private void inputFocus() {
|
||||||
if (!isQueryValid(searchViewModel.getQuery())) {
|
bind.persistentSearchView.expand();
|
||||||
bind.persistentSearchView.expand();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("UnsafeOptInUsageError")
|
@SuppressLint("UnsafeOptInUsageError")
|
||||||
|
|||||||
Reference in New Issue
Block a user