94 lines
3.5 KiB
Java
94 lines
3.5 KiB
Java
package com.scb.phone.view.fragment.ndid;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import androidx.appcompat.widget.AppCompatButton;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class DopaConsentFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private View c;
|
|
private DopaConsentFragment d;
|
|
private View e;
|
|
|
|
public DopaConsentFragment_ViewBinding(DopaConsentFragment dopaConsentFragment, View view) {
|
|
super(dopaConsentFragment, view);
|
|
this.d = dopaConsentFragment;
|
|
dopaConsentFragment.wvConsent = (SCBWebView) pyT.e(view, R.id.wv_sensitive_consent, "field 'wvConsent'", SCBWebView.class);
|
|
View a = pyT.a(view, R.id.bt_next, "field 'nextButton' and method 'onNext'");
|
|
dopaConsentFragment.nextButton = (AppCompatButton) pyT.c(a, R.id.bt_next, "field 'nextButton'", AppCompatButton.class);
|
|
this.b = a;
|
|
a.setOnClickListener(new gnL(this, dopaConsentFragment) { // from class: com.scb.phone.view.fragment.ndid.DopaConsentFragment_ViewBinding.1
|
|
private DopaConsentFragment_ViewBinding d;
|
|
private DopaConsentFragment e;
|
|
|
|
{
|
|
this.d = this;
|
|
this.e = dopaConsentFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onNext();
|
|
}
|
|
});
|
|
dopaConsentFragment.tvPrivacyNotice = (TextView) pyT.e(view, R.id.tv_privacy_notice, "field 'tvPrivacyNotice'", TextView.class);
|
|
View a2 = pyT.a(view, R.id.rb_accept, "method 'onClickRadioButtonAccept'");
|
|
this.c = a2;
|
|
a2.setOnClickListener(new gnL(this, dopaConsentFragment) { // from class: com.scb.phone.view.fragment.ndid.DopaConsentFragment_ViewBinding.3
|
|
private DopaConsentFragment_ViewBinding c;
|
|
private DopaConsentFragment e;
|
|
|
|
{
|
|
this.c = this;
|
|
this.e = dopaConsentFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onClickRadioButtonAccept();
|
|
}
|
|
});
|
|
View a3 = pyT.a(view, R.id.rb_decline, "method 'onClickRadioButtonDecline'");
|
|
this.e = a3;
|
|
a3.setOnClickListener(new gnL(this, dopaConsentFragment) { // from class: com.scb.phone.view.fragment.ndid.DopaConsentFragment_ViewBinding.4
|
|
private DopaConsentFragment a;
|
|
private DopaConsentFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.a = dopaConsentFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onClickRadioButtonDecline();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
DopaConsentFragment dopaConsentFragment = this.d;
|
|
if (dopaConsentFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
dopaConsentFragment.wvConsent = null;
|
|
dopaConsentFragment.nextButton = null;
|
|
dopaConsentFragment.tvPrivacyNotice = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|