53 lines
1.7 KiB
Java
53 lines
1.7 KiB
Java
|
package com.scb.phone.view.fragment.hml.ekyc;
|
||
|
|
||
|
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 android.widget.Button;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import butterknife.OnClick;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.hml.ekyc.HmlNTBEkycVerifyIdentifyBranchActivity;
|
||
|
import com.scb.phone.view.fragment.BaseFragment;
|
||
|
import o.C14957gcv;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlNTBEkycBranchInstructionFragment extends Hilt_HmlNTBEkycBranchInstructionFragment {
|
||
|
public static final RVV d = new RVV(0);
|
||
|
|
||
|
@BindView
|
||
|
public Button buttonNext;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class RVV {
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RVV(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.2131559704, viewGroup, false);
|
||
|
((BaseFragment) this).a = ButterKnife.c(this, inflate);
|
||
|
v("p10x1_kyc_branch_instructions");
|
||
|
return inflate;
|
||
|
}
|
||
|
|
||
|
@OnClick
|
||
|
public final void onNextButtonClick() {
|
||
|
HmlNTBEkycVerifyIdentifyBranchActivity.RVV rvv = HmlNTBEkycVerifyIdentifyBranchActivity.m;
|
||
|
Context requireContext = requireContext();
|
||
|
C14957gcv.c(requireContext, "");
|
||
|
C14957gcv.e(requireContext, "");
|
||
|
startActivity(new Intent(requireContext, (Class<?>) HmlNTBEkycVerifyIdentifyBranchActivity.class));
|
||
|
}
|
||
|
}
|