42 lines
1.6 KiB
Java
42 lines
1.6 KiB
Java
package com.scb.phone.view.fragment.creditcard;
|
|
|
|
import android.os.Bundle;
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import androidx.recyclerview.widget.LinearLayoutManager;
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.adapter.creditcard.CreditCardBilledDetailAdapter;
|
|
import o.C0530Iv;
|
|
import o.C16148leh;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class BilledDetailFragment extends Hilt_BilledDetailFragment {
|
|
|
|
@BindView
|
|
RecyclerView mRecyclerView;
|
|
|
|
@Override // androidx.fragment.app.Fragment
|
|
public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
|
View inflate = layoutInflater.inflate(R.layout.2131559520, viewGroup, false);
|
|
ButterKnife.c(this, inflate);
|
|
C0530Iv c0530Iv = (getActivity() == null || getActivity().getIntent() == null) ? null : (C0530Iv) getActivity().getIntent().getParcelableExtra("BILLED_DETAIL");
|
|
aa();
|
|
if (c0530Iv != null) {
|
|
aa();
|
|
u(c0530Iv.d);
|
|
Y();
|
|
getContext();
|
|
this.mRecyclerView.setLayoutManager(new LinearLayoutManager(1, false));
|
|
this.mRecyclerView.setNestedScrollingEnabled(false);
|
|
C16148leh c16148leh = new C16148leh(null);
|
|
this.mRecyclerView.setAdapter(c16148leh.d(new CreditCardBilledDetailAdapter(getContext(), c0530Iv)));
|
|
c16148leh.b(this.mRecyclerView);
|
|
}
|
|
return inflate;
|
|
}
|
|
}
|