mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 00:33:06 +00:00
The layout of the research card has been modified
This commit is contained in:
@@ -115,8 +115,6 @@ public class SearchFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void initSearchView() {
|
private void initSearchView() {
|
||||||
// bind.persistentSearchView.setCardBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
|
|
||||||
|
|
||||||
if (isQueryValid(searchViewModel.getQuery())) {
|
if (isQueryValid(searchViewModel.getQuery())) {
|
||||||
search(searchViewModel.getQuery());
|
search(searchViewModel.getQuery());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user