78 lines
2.3 KiB
Java
78 lines
2.3 KiB
Java
package com.scb.phone.view.fragment.hml;
|
|
|
|
import android.content.Context;
|
|
import android.content.Intent;
|
|
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.hml.HmlNTBSummaryActivity;
|
|
import o.C14957gcv;
|
|
import o.C5376brq;
|
|
import o.InterfaceC13391fZD;
|
|
import o.InterfaceC9267dgX;
|
|
import o.ZI;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlNTBExternalInstructionFragment extends Hilt_HmlNTBExternalInstructionFragment implements InterfaceC9267dgX {
|
|
public static final Sts c = new Sts(0);
|
|
|
|
@InterfaceC13391fZD
|
|
public C5376brq presenter;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class Sts {
|
|
private Sts() {
|
|
}
|
|
|
|
public /* synthetic */ Sts(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.2131559698, viewGroup, false);
|
|
ButterKnife.c(this, inflate);
|
|
C5376brq c5376brq = this.presenter;
|
|
if (c5376brq == null) {
|
|
C14957gcv.a("");
|
|
c5376brq = null;
|
|
}
|
|
c5376brq.e((C5376brq) this);
|
|
C14957gcv.c(inflate, "");
|
|
return inflate;
|
|
}
|
|
|
|
@OnClick
|
|
public final void onClick() {
|
|
C5376brq c5376brq = this.presenter;
|
|
if (c5376brq == null) {
|
|
C14957gcv.a("");
|
|
c5376brq = null;
|
|
}
|
|
ZI.IeS ieS = new ZI.IeS() { // from class: o.bry
|
|
@Override // o.ZI.IeS
|
|
public final void e(Object obj) {
|
|
((InterfaceC9267dgX) obj).c();
|
|
}
|
|
};
|
|
if (c5376brq.f != 0) {
|
|
ieS.e(c5376brq.f);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC9267dgX
|
|
public final void c() {
|
|
HmlNTBSummaryActivity.HBt hBt = HmlNTBSummaryActivity.b;
|
|
Context requireContext = requireContext();
|
|
C14957gcv.c(requireContext, "");
|
|
C14957gcv.e(requireContext, "");
|
|
startActivity(new Intent(requireContext, (Class<?>) HmlNTBSummaryActivity.class));
|
|
}
|
|
}
|