mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Opening of the keyboard every time I enter the searchFragment
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user