what-the-bank/sources/com/scb/phone/view/fragment/csent/SensitiveCSentFragment_View...

94 lines
3.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.csent;
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 SensitiveCSentFragment_ViewBinding extends BaseFragment_ViewBinding {
private SensitiveCSentFragment b;
private View c;
private View d;
private View e;
public SensitiveCSentFragment_ViewBinding(SensitiveCSentFragment sensitiveCSentFragment, View view) {
super(sensitiveCSentFragment, view);
this.b = sensitiveCSentFragment;
sensitiveCSentFragment.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'");
sensitiveCSentFragment.nextButton = (AppCompatButton) pyT.c(a, R.id.bt_next, "field 'nextButton'", AppCompatButton.class);
this.c = a;
a.setOnClickListener(new gnL(this, sensitiveCSentFragment) { // from class: com.scb.phone.view.fragment.csent.SensitiveCSentFragment_ViewBinding.3
private SensitiveCSentFragment_ViewBinding a;
private SensitiveCSentFragment e;
{
this.a = this;
this.e = sensitiveCSentFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onNext();
}
});
sensitiveCSentFragment.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.d = a2;
a2.setOnClickListener(new gnL(this, sensitiveCSentFragment) { // from class: com.scb.phone.view.fragment.csent.SensitiveCSentFragment_ViewBinding.1
private SensitiveCSentFragment_ViewBinding c;
private SensitiveCSentFragment d;
{
this.c = this;
this.d = sensitiveCSentFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onClickRadioButtonAccept();
}
});
View a3 = pyT.a(view, R.id.rb_decline, "method 'onClickRadioButtonDecline'");
this.e = a3;
a3.setOnClickListener(new gnL(this, sensitiveCSentFragment) { // from class: com.scb.phone.view.fragment.csent.SensitiveCSentFragment_ViewBinding.4
private SensitiveCSentFragment c;
private SensitiveCSentFragment_ViewBinding d;
{
this.d = this;
this.c = sensitiveCSentFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onClickRadioButtonDecline();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
SensitiveCSentFragment sensitiveCSentFragment = this.b;
if (sensitiveCSentFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
sensitiveCSentFragment.wvConsent = null;
sensitiveCSentFragment.nextButton = null;
sensitiveCSentFragment.tvPrivacyNotice = null;
this.c.setOnClickListener(null);
this.c = null;
this.d.setOnClickListener(null);
this.d = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}