117 lines
5.8 KiB
Java
117 lines
5.8 KiB
Java
|
package com.scb.phone.view.fragment.closeaccount;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.closeaccount.AccountAmountCustomComponent;
|
||
|
import com.scb.phone.view.custom.common.MultilineDataComponent;
|
||
|
import com.scb.phone.view.custom.investment.CustomSuccessInformation;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class CloseAccountSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private CloseAccountSuccessFragment d;
|
||
|
private View e;
|
||
|
|
||
|
public CloseAccountSuccessFragment_ViewBinding(CloseAccountSuccessFragment closeAccountSuccessFragment, View view) {
|
||
|
super(closeAccountSuccessFragment, view);
|
||
|
this.d = closeAccountSuccessFragment;
|
||
|
closeAccountSuccessFragment.tvSuccessTitle = (TextView) pyT.e(view, R.id.text_title, "field 'tvSuccessTitle'", TextView.class);
|
||
|
closeAccountSuccessFragment.tvSuccessDescription = (TextView) pyT.e(view, R.id.text_desc, "field 'tvSuccessDescription'", TextView.class);
|
||
|
closeAccountSuccessFragment.tvTransactionDate = (TextView) pyT.e(view, R.id.text_date_time, "field 'tvTransactionDate'", TextView.class);
|
||
|
closeAccountSuccessFragment.tvReferenceId = (TextView) pyT.e(view, R.id.text_reference_id, "field 'tvReferenceId'", TextView.class);
|
||
|
closeAccountSuccessFragment.successInformation = (CustomSuccessInformation) pyT.e(view, R.id.success_information, "field 'successInformation'", CustomSuccessInformation.class);
|
||
|
View a = pyT.a(view, R.id.save_slip_button, "field 'saveSlip'");
|
||
|
closeAccountSuccessFragment.saveSlip = (Button) pyT.c(a, R.id.save_slip_button, "field 'saveSlip'", Button.class);
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, closeAccountSuccessFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSuccessFragment_ViewBinding.1
|
||
|
private CloseAccountSuccessFragment a;
|
||
|
private CloseAccountSuccessFragment_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.a = closeAccountSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onSaveSlipButtonClick();
|
||
|
}
|
||
|
});
|
||
|
closeAccountSuccessFragment.accountAmountComponent = (AccountAmountCustomComponent) pyT.e(view, R.id.closing_account_amount_data, "field 'accountAmountComponent'", AccountAmountCustomComponent.class);
|
||
|
closeAccountSuccessFragment.receivingAccountData = (MultilineDataComponent) pyT.e(view, R.id.receiving_account_data, "field 'receivingAccountData'", MultilineDataComponent.class);
|
||
|
closeAccountSuccessFragment.layoutDepositDetails = (LinearLayout) pyT.e(view, R.id.ll_deposit_details, "field 'layoutDepositDetails'", LinearLayout.class);
|
||
|
closeAccountSuccessFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class);
|
||
|
View a2 = pyT.a(view, R.id.return_button, "method 'onReturnButton'");
|
||
|
this.e = a2;
|
||
|
a2.setOnClickListener(new gnL(this, closeAccountSuccessFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSuccessFragment_ViewBinding.4
|
||
|
private CloseAccountSuccessFragment_ViewBinding b;
|
||
|
private CloseAccountSuccessFragment e;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.e = closeAccountSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onReturnButton();
|
||
|
}
|
||
|
});
|
||
|
View findViewById = view.findViewById(R.id.share_slip_button);
|
||
|
if (findViewById != null) {
|
||
|
this.c = findViewById;
|
||
|
findViewById.setOnClickListener(new gnL(this, closeAccountSuccessFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSuccessFragment_ViewBinding.3
|
||
|
private CloseAccountSuccessFragment_ViewBinding a;
|
||
|
private CloseAccountSuccessFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = closeAccountSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onShareSlipButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CloseAccountSuccessFragment closeAccountSuccessFragment = this.d;
|
||
|
if (closeAccountSuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
closeAccountSuccessFragment.tvSuccessTitle = null;
|
||
|
closeAccountSuccessFragment.tvSuccessDescription = null;
|
||
|
closeAccountSuccessFragment.tvTransactionDate = null;
|
||
|
closeAccountSuccessFragment.tvReferenceId = null;
|
||
|
closeAccountSuccessFragment.successInformation = null;
|
||
|
closeAccountSuccessFragment.saveSlip = null;
|
||
|
closeAccountSuccessFragment.accountAmountComponent = null;
|
||
|
closeAccountSuccessFragment.receivingAccountData = null;
|
||
|
closeAccountSuccessFragment.layoutDepositDetails = null;
|
||
|
closeAccountSuccessFragment.recyclerView = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
View view = this.c;
|
||
|
if (view != null) {
|
||
|
view.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
}
|
||
|
super.a();
|
||
|
}
|
||
|
}
|