80 lines
3.8 KiB
Java
80 lines
3.8 KiB
Java
|
package com.scb.phone.view.fragment.ndid;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class NdidMenuFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private NdidMenuFragment b;
|
||
|
private View c;
|
||
|
private View e;
|
||
|
|
||
|
public NdidMenuFragment_ViewBinding(NdidMenuFragment ndidMenuFragment, View view) {
|
||
|
super(ndidMenuFragment, view);
|
||
|
this.b = ndidMenuFragment;
|
||
|
ndidMenuFragment.csLayoutBiometricVerificationSection = (ConstraintLayout) pyT.e(view, R.id.cs_layout_biometric_verfication_section, "field 'csLayoutBiometricVerificationSection'", ConstraintLayout.class);
|
||
|
ndidMenuFragment.tvBiometricVerificationCurrentStatus = (TextView) pyT.e(view, R.id.tv_biometric_verification_current_status, "field 'tvBiometricVerificationCurrentStatus'", TextView.class);
|
||
|
ndidMenuFragment.csLayoutServiceStatusSection = (ConstraintLayout) pyT.e(view, R.id.cs_layout_ndid_service_status_section, "field 'csLayoutServiceStatusSection'", ConstraintLayout.class);
|
||
|
ndidMenuFragment.tvServiceCurrentStatus = (TextView) pyT.e(view, R.id.tv_service_current_status, "field 'tvServiceCurrentStatus'", TextView.class);
|
||
|
ndidMenuFragment.csLayoutVerificationRequestSection = (ConstraintLayout) pyT.e(view, R.id.cs_layout_identity_verification_request_section, "field 'csLayoutVerificationRequestSection'", ConstraintLayout.class);
|
||
|
ndidMenuFragment.csLayoutHowToVerify = (ConstraintLayout) pyT.e(view, R.id.cs_layout_how_to_verify, "field 'csLayoutHowToVerify'", ConstraintLayout.class);
|
||
|
View a = pyT.a(view, R.id.cs_layout_identity_verification_request, "method 'callEnrollmentRequest'");
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, ndidMenuFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidMenuFragment_ViewBinding.2
|
||
|
private NdidMenuFragment_ViewBinding c;
|
||
|
private NdidMenuFragment d;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.d = ndidMenuFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.callEnrollmentRequest();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.cs_layout_ndid_service_status, "method 'navigateToNdidIdpServiceStatus'");
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, ndidMenuFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidMenuFragment_ViewBinding.1
|
||
|
private NdidMenuFragment_ViewBinding c;
|
||
|
private NdidMenuFragment e;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.e = ndidMenuFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.navigateToNdidIdpServiceStatus();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
NdidMenuFragment ndidMenuFragment = this.b;
|
||
|
if (ndidMenuFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
ndidMenuFragment.csLayoutBiometricVerificationSection = null;
|
||
|
ndidMenuFragment.tvBiometricVerificationCurrentStatus = null;
|
||
|
ndidMenuFragment.csLayoutServiceStatusSection = null;
|
||
|
ndidMenuFragment.tvServiceCurrentStatus = null;
|
||
|
ndidMenuFragment.csLayoutVerificationRequestSection = null;
|
||
|
ndidMenuFragment.csLayoutHowToVerify = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|