49 lines
1.8 KiB
Java
49 lines
1.8 KiB
Java
|
package com.scb.phone.view.fragment;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class ErrorAppDownTimeDialogFragment_ViewBinding extends BaseDialogFragment_ViewBinding {
|
||
|
private View c;
|
||
|
private ErrorAppDownTimeDialogFragment e;
|
||
|
|
||
|
public ErrorAppDownTimeDialogFragment_ViewBinding(ErrorAppDownTimeDialogFragment errorAppDownTimeDialogFragment, View view) {
|
||
|
super(errorAppDownTimeDialogFragment, view);
|
||
|
this.e = errorAppDownTimeDialogFragment;
|
||
|
errorAppDownTimeDialogFragment.tvErrorMessages = (TextView) pyT.e(view, R.id.tv_error_msg, "field 'tvErrorMessages'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_ok, "method 'onClickOk'");
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, errorAppDownTimeDialogFragment) { // from class: com.scb.phone.view.fragment.ErrorAppDownTimeDialogFragment_ViewBinding.3
|
||
|
private ErrorAppDownTimeDialogFragment_ViewBinding b;
|
||
|
private ErrorAppDownTimeDialogFragment e;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.e = errorAppDownTimeDialogFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onClickOk();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseDialogFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
ErrorAppDownTimeDialogFragment errorAppDownTimeDialogFragment = this.e;
|
||
|
if (errorAppDownTimeDialogFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
errorAppDownTimeDialogFragment.tvErrorMessages = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|