Switching fragment from statistics to coupon works

This commit is contained in:
RemoMeijer
2021-01-04 11:40:06 +01:00
parent ff32eefab0
commit 2118336815
3 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ public class CouponFragment extends Fragment {
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_coupon, container, false);
this.couponRecyclerView = view.findViewById(R.id.routeRecyclerView);
this.couponRecyclerView = view.findViewById(R.id.couponRecyclerView);
this.couponRecyclerView.setHasFixedSize(true);
this.layoutManager = new LinearLayoutManager(this.getContext());