mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-23 04:09:52 +00:00
Create dialog address to add more address
This commit is contained in:
@@ -63,8 +63,6 @@ public class BasketFragment extends Fragment implements ItemTouchHelperListener
|
||||
hideRecyclerViewAndShowNotificationEmpty();
|
||||
}
|
||||
|
||||
Toast.makeText(getContext(), "List Basket: " + Common.LIST_BASKET_FOOD.size(), Toast.LENGTH_SHORT).show();
|
||||
|
||||
//Set layout recyclerview
|
||||
LinearLayoutManager linearLayoutManager = new LinearLayoutManager(getContext());
|
||||
recyclerView_basket_food.setLayoutManager(linearLayoutManager);
|
||||
|
||||
Reference in New Issue
Block a user