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

37 lines
1.4 KiB
Java

package com.scb.phone.view.fragment.hml;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.huawei.hms.support.api.entity.common.CommonConstant;
import com.scb.phone.view.activity.hml.HmlNTBLoanSetupActivity;
import o.C14957gcv;
import o.InterfaceC9304dhH;
import o.bTI;
/* loaded from: classes5.dex */
public class HmlNTBVerifyEmailSuccessfulFragment extends Hilt_HmlNTBVerifyEmailSuccessfulFragment implements InterfaceC9304dhH {
public static HmlNTBVerifyEmailSuccessfulFragment e(String str) {
HmlNTBVerifyEmailSuccessfulFragment hmlNTBVerifyEmailSuccessfulFragment = new HmlNTBVerifyEmailSuccessfulFragment();
Bundle bundle = new Bundle();
bundle.putString(CommonConstant.RETKEY.EMAIL, str);
hmlNTBVerifyEmailSuccessfulFragment.setArguments(bundle);
return hmlNTBVerifyEmailSuccessfulFragment;
}
@Override // com.scb.phone.view.fragment.hml.HmlVerifyEmailSuccessfulFragment, o.InterfaceC9304dhH
public final void a(bTI bti) {
if (getContext() != null) {
HmlNTBLoanSetupActivity.RVV rvv = HmlNTBLoanSetupActivity.k;
Context context = getContext();
C14957gcv.e(context, "");
startActivity(new Intent(context, (Class<?>) HmlNTBLoanSetupActivity.class));
}
}
@Override // com.scb.phone.view.fragment.hml.HmlVerifyEmailSuccessfulFragment
protected final String d() {
return "ntb";
}
}