The layout of the research card has been modified

This commit is contained in:
antonio 2022-08-26 21:57:57 +02:00
parent 64de941899
commit 9ac06aea84

View file

@ -115,8 +115,6 @@ public class SearchFragment extends Fragment {
}
private void initSearchView() {
// bind.persistentSearchView.setCardBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
if (isQueryValid(searchViewModel.getQuery())) {
search(searchViewModel.getQuery());
}