mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-23 04:09:52 +00:00
Init data from API to screen, fix some UI
This commit is contained in:
@@ -53,6 +53,7 @@ public class HomeFragment extends Fragment {
|
||||
recyclerView_restaurant = view.findViewById(R.id.recycler_view_restaurant);
|
||||
shopAdapter = new ShopAdapter(getContext());
|
||||
|
||||
|
||||
if(listFood.isEmpty() || drinkFood.isEmpty()){
|
||||
getListFood();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user