Add shop detail screen

This commit is contained in:
Nezumi
2023-03-08 11:30:45 +07:00
parent e1b00117b6
commit 05871d7006
19 changed files with 460 additions and 17 deletions
@@ -147,8 +147,6 @@ public class SearchFragment extends Fragment {
foodAdapter.setData(listFoodSearch);
foodAdapter.notifyDataSetChanged();
hideProgressBarAndShowEndOfListText();
Toast.makeText(getContext(), "List food search: " + foodData.size(), Toast.LENGTH_SHORT).show();
}
private void getListCategory() {