51 lines
1.6 KiB
Java
51 lines
1.6 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import com.scb.phone.view.activity.hml.HmlNTBLoanReviewActivity;
|
||
|
import com.scb.phone.view.activity.hml.HmlNTBRepaymentMethodAboutActivity;
|
||
|
import o.C14957gcv;
|
||
|
import o.C5344brK;
|
||
|
import o.NR;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlNTBAccountSetupFragment extends Hilt_HmlNTBAccountSetupFragment<C5344brK> {
|
||
|
public static final HBt d = new HBt(0);
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9291dgv
|
||
|
public final void a(NR nr) {
|
||
|
C14957gcv.e(nr, "");
|
||
|
HmlNTBLoanReviewActivity.HBt hBt = HmlNTBLoanReviewActivity.l;
|
||
|
Context requireContext = requireContext();
|
||
|
C14957gcv.c(requireContext, "");
|
||
|
C14957gcv.e(requireContext, "");
|
||
|
C14957gcv.e(nr, "");
|
||
|
Intent putExtra = new Intent(requireContext, (Class<?>) HmlNTBLoanReviewActivity.class).putExtra("EXTRA_DISPLAY_INFO", nr);
|
||
|
C14957gcv.c(putExtra, "");
|
||
|
startActivity(putExtra);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlBaseAccountSetupFragment, o.InterfaceC9291dgv
|
||
|
public final void c() {
|
||
|
Context context = getContext();
|
||
|
if (context != null) {
|
||
|
startActivity(HmlNTBRepaymentMethodAboutActivity.agf_(context));
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlBaseAccountSetupFragment
|
||
|
public final String d() {
|
||
|
return "ntb";
|
||
|
}
|
||
|
}
|