what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlVerifyIdentifyFragment.java

80 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import butterknife.ButterKnife;
import butterknife.OnClick;
import com.scb.phone.R;
import com.scb.phone.view.activity.findus.FindUsActivity;
import o.C0690Mh;
import o.C14866gag;
import o.C14957gcv;
import o.C15023ger;
import o.C5590bvt;
import o.InterfaceC13391fZD;
import o.InterfaceC9300dhD;
/* loaded from: classes5.dex */
public final class HmlVerifyIdentifyFragment extends Hilt_HmlVerifyIdentifyFragment implements InterfaceC9300dhD {
public static final IeS d = new IeS(0);
@InterfaceC13391fZD
public C5590bvt presenter;
/* loaded from: classes5.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(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);
ButterKnife.c(this, inflate);
C5590bvt c5590bvt = this.presenter;
C14866gag c14866gag = null;
if (c5590bvt == null) {
C14957gcv.a("");
c5590bvt = null;
}
c5590bvt.e((C5590bvt) this);
C5590bvt c5590bvt2 = this.presenter;
if (c5590bvt2 == null) {
C14957gcv.a("");
c5590bvt2 = null;
}
Bundle arguments = getArguments();
String string = arguments != null ? arguments.getString("HML_IDENTIFY_EKYC_METHOD") : null;
if (c5590bvt2.f != 0) {
c5590bvt2.f.y();
}
if (string != null) {
C15023ger c15023ger = c5590bvt2.c;
c15023ger.d(c15023ger.d(string), new C5590bvt.HBt(c5590bvt2));
c14866gag = C14866gag.c;
}
if (c14866gag == null) {
Throwable th = new Throwable("ekycMethod is null");
C0690Mh.IeS ieS = C0690Mh.IeS.NAVIGATE_BACK;
if (c5590bvt2.b(th)) {
c5590bvt2.d(c5590bvt2.j.d(th, ieS));
}
}
C14957gcv.c(inflate, "");
return inflate;
}
@OnClick
public final void submit(View view) {
C14957gcv.e(view, "");
FindUsActivity.d(getContext(), false);
}
}