mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-23 04:09:52 +00:00
Add shop detail screen
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user