109 lines
3.2 KiB
Java
109 lines
3.2 KiB
Java
package com.scb.phone.view.fragment.hml.ekyc;
|
|
|
|
import android.os.Bundle;
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import android.widget.TextView;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import butterknife.OnClick;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.activity.findus.FindUsActivity;
|
|
import com.scb.phone.view.fragment.BaseFragment;
|
|
import o.C14957gcv;
|
|
import o.C5606bwI;
|
|
import o.InterfaceC13391fZD;
|
|
import o.InterfaceC9330dhh;
|
|
import o.mVo;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlNTBEkycVerifyIdentifyBranchFragment extends Hilt_HmlNTBEkycVerifyIdentifyBranchFragment implements InterfaceC9330dhh {
|
|
public static final LWm d = new LWm(0);
|
|
|
|
@InterfaceC13391fZD
|
|
public C5606bwI presenter;
|
|
|
|
@BindView
|
|
public TextView tvDate;
|
|
|
|
@BindView
|
|
public TextView tvVerifyNationalIdDescription;
|
|
|
|
@BindView
|
|
public TextView tvVerifyNationalIdMessage;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class LWm {
|
|
private LWm() {
|
|
}
|
|
|
|
public /* synthetic */ LWm(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
@Override // androidx.fragment.app.Fragment
|
|
public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
|
C14957gcv.e(layoutInflater, "");
|
|
View inflate = layoutInflater.inflate(R.layout.2131559724, viewGroup, false);
|
|
((BaseFragment) this).a = ButterKnife.c(this, inflate);
|
|
C5606bwI c5606bwI = this.presenter;
|
|
C5606bwI c5606bwI2 = null;
|
|
if (c5606bwI == null) {
|
|
C14957gcv.a("");
|
|
c5606bwI = null;
|
|
}
|
|
c5606bwI.e((C5606bwI) this);
|
|
C5606bwI c5606bwI3 = this.presenter;
|
|
if (c5606bwI3 != null) {
|
|
c5606bwI2 = c5606bwI3;
|
|
} else {
|
|
C14957gcv.a("");
|
|
}
|
|
c5606bwI2.d.a();
|
|
mVo mvo = c5606bwI2.d;
|
|
mvo.d(mvo.i, new C5606bwI.RVV(c5606bwI2));
|
|
v("p10x1_kyc_branch");
|
|
C14957gcv.c(inflate, "");
|
|
return inflate;
|
|
}
|
|
|
|
@Override // androidx.fragment.app.Fragment
|
|
public final void onViewCreated(View view, Bundle bundle) {
|
|
C14957gcv.e(view, "");
|
|
super.onViewCreated(view, bundle);
|
|
TextView textView = this.tvVerifyNationalIdMessage;
|
|
TextView textView2 = null;
|
|
if (textView == null) {
|
|
C14957gcv.a("");
|
|
textView = null;
|
|
}
|
|
textView.setText(getString(R.string.hml_ntb_ekyc_verify_identify_branch_main_title));
|
|
TextView textView3 = this.tvVerifyNationalIdDescription;
|
|
if (textView3 != null) {
|
|
textView2 = textView3;
|
|
} else {
|
|
C14957gcv.a("");
|
|
}
|
|
textView2.setText(getString(R.string.hml_ntb_ekyc_verify_identify_branch_subtitle));
|
|
}
|
|
|
|
@Override // o.InterfaceC9330dhh
|
|
public final void c(String str) {
|
|
C14957gcv.e(str, "");
|
|
TextView textView = this.tvDate;
|
|
if (textView == null) {
|
|
C14957gcv.a("");
|
|
textView = null;
|
|
}
|
|
textView.setText(str);
|
|
textView.setVisibility(0);
|
|
}
|
|
|
|
@OnClick
|
|
public final void onNextButtonClick() {
|
|
FindUsActivity.d(requireContext(), false);
|
|
}
|
|
}
|