Skip to content
Snippets Groups Projects
Commit 34d25130 authored by Fabio Heyming's avatar Fabio Heyming
Browse files

Fixed multiple toast stack bug

parent c23b3b91
Branches 37-improve-hostname-ip-handling
No related tags found
1 merge request!1Mal aufn Master megren
...@@ -28,7 +28,7 @@ public class Recyclerviewadapter_Shop extends RecyclerView.Adapter<Recyclerviewa ...@@ -28,7 +28,7 @@ public class Recyclerviewadapter_Shop extends RecyclerView.Adapter<Recyclerviewa
static Context context; static Context context;
ArrayList<ShopItem> shopItemList; ArrayList<ShopItem> shopItemList;
public static Toast toast;
public Recyclerviewadapter_Shop(Context context, ArrayList<ShopItem> shopItemList){ public Recyclerviewadapter_Shop(Context context, ArrayList<ShopItem> shopItemList){
this.context = context; this.context = context;
...@@ -113,7 +113,7 @@ public class Recyclerviewadapter_Shop extends RecyclerView.Adapter<Recyclerviewa ...@@ -113,7 +113,7 @@ public class Recyclerviewadapter_Shop extends RecyclerView.Adapter<Recyclerviewa
TextView tvName, tvSupName, tvAmountNr,tvPrice; TextView tvName, tvSupName, tvAmountNr,tvPrice;
ShopItem sI; ShopItem sI;
private Toast toast;
public MyViewHolder(@NonNull View itemView) { public MyViewHolder(@NonNull View itemView) {
super(itemView); super(itemView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment