168 lines
8.8 KiB
Java
168 lines
8.8 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
|
||
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
|
||
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class FixedTransferSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private FixedTransferSuccessFragment e;
|
||
|
private View h;
|
||
|
private View i;
|
||
|
|
||
|
public FixedTransferSuccessFragment_ViewBinding(FixedTransferSuccessFragment fixedTransferSuccessFragment, View view) {
|
||
|
super(fixedTransferSuccessFragment, view);
|
||
|
this.e = fixedTransferSuccessFragment;
|
||
|
fixedTransferSuccessFragment.textViewSuccessfulTransfer = (TextView) pyT.e(view, R.id.tv_successful_transfer, "field 'textViewSuccessfulTransfer'", TextView.class);
|
||
|
fixedTransferSuccessFragment.textViewUnsuccessfulTransfer = (TextView) pyT.e(view, R.id.tv_unsuccessful_transfer, "field 'textViewUnsuccessfulTransfer'", TextView.class);
|
||
|
fixedTransferSuccessFragment.textViewTransactionDate = (TextView) pyT.e(view, R.id.tv_transaction_date, "field 'textViewTransactionDate'", TextView.class);
|
||
|
fixedTransferSuccessFragment.textViewRefId = (TextView) pyT.e(view, R.id.tv_ref_id, "field 'textViewRefId'", TextView.class);
|
||
|
fixedTransferSuccessFragment.customSource = (CustomTransferAndPaySource) pyT.e(view, R.id.ctp_source, "field 'customSource'", CustomTransferAndPaySource.class);
|
||
|
fixedTransferSuccessFragment.customTarget = (CustomTransferAndPayTarget) pyT.e(view, R.id.ctp_target, "field 'customTarget'", CustomTransferAndPayTarget.class);
|
||
|
fixedTransferSuccessFragment.textViewNoteTitle = (TextView) pyT.e(view, R.id.tv_note_title, "field 'textViewNoteTitle'", TextView.class);
|
||
|
fixedTransferSuccessFragment.textViewNoteValue = (TextView) pyT.e(view, R.id.tv_note_value, "field 'textViewNoteValue'", TextView.class);
|
||
|
fixedTransferSuccessFragment.customNetAmount = (CustomTransferAndPayItem) pyT.e(view, R.id.ctp_net_amount, "field 'customNetAmount'", CustomTransferAndPayItem.class);
|
||
|
fixedTransferSuccessFragment.customInterest = (CustomTransferAndPayItem) pyT.e(view, R.id.ctp_interest, "field 'customInterest'", CustomTransferAndPayItem.class);
|
||
|
fixedTransferSuccessFragment.customWithholdingTax = (CustomTransferAndPayItem) pyT.e(view, R.id.ctp_withholding_tax, "field 'customWithholdingTax'", CustomTransferAndPayItem.class);
|
||
|
fixedTransferSuccessFragment.customFee = (CustomTransferAndPayItem) pyT.e(view, R.id.ctp_fee, "field 'customFee'", CustomTransferAndPayItem.class);
|
||
|
fixedTransferSuccessFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class);
|
||
|
View a = pyT.a(view, R.id.bt_share_slip, "field 'buttonShareSlip' and method 'onShareSlipButtonClick'");
|
||
|
fixedTransferSuccessFragment.buttonShareSlip = (Button) pyT.c(a, R.id.bt_share_slip, "field 'buttonShareSlip'", Button.class);
|
||
|
this.h = a;
|
||
|
a.setOnClickListener(new gnL(this, fixedTransferSuccessFragment) { // from class: com.scb.phone.view.fragment.transferandpay.FixedTransferSuccessFragment_ViewBinding.5
|
||
|
private FixedTransferSuccessFragment b;
|
||
|
private FixedTransferSuccessFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = fixedTransferSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onShareSlipButtonClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_save_slip, "field 'buttonSaveSlip' and method 'onSaveSlipButtonClick'");
|
||
|
fixedTransferSuccessFragment.buttonSaveSlip = (Button) pyT.c(a2, R.id.bt_save_slip, "field 'buttonSaveSlip'", Button.class);
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, fixedTransferSuccessFragment) { // from class: com.scb.phone.view.fragment.transferandpay.FixedTransferSuccessFragment_ViewBinding.3
|
||
|
private FixedTransferSuccessFragment a;
|
||
|
private FixedTransferSuccessFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.a = fixedTransferSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onSaveSlipButtonClick();
|
||
|
}
|
||
|
});
|
||
|
fixedTransferSuccessFragment.dividerButtons = pyT.a(view, R.id.divider_buttons, "field 'dividerButtons'");
|
||
|
fixedTransferSuccessFragment.textViewRemainingBalance = (TextView) pyT.e(view, R.id.tv_remaining_balance, "field 'textViewRemainingBalance'", TextView.class);
|
||
|
View findViewById = view.findViewById(R.id.target_favourite_button);
|
||
|
if (findViewById != null) {
|
||
|
this.i = findViewById;
|
||
|
findViewById.setOnClickListener(new gnL(this, fixedTransferSuccessFragment) { // from class: com.scb.phone.view.fragment.transferandpay.FixedTransferSuccessFragment_ViewBinding.1
|
||
|
private FixedTransferSuccessFragment d;
|
||
|
private FixedTransferSuccessFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.d = fixedTransferSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onAddFavoriteClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
View a3 = pyT.a(view, R.id.bt_continue_to_transfer, "method 'onReturnToTransferClick'");
|
||
|
this.b = a3;
|
||
|
a3.setOnClickListener(new gnL(this, fixedTransferSuccessFragment) { // from class: com.scb.phone.view.fragment.transferandpay.FixedTransferSuccessFragment_ViewBinding.4
|
||
|
private FixedTransferSuccessFragment b;
|
||
|
private FixedTransferSuccessFragment_ViewBinding c;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.b = fixedTransferSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onReturnToTransferClick();
|
||
|
}
|
||
|
});
|
||
|
View a4 = pyT.a(view, R.id.bt_return, "method 'onReturnToHomeClick'");
|
||
|
this.d = a4;
|
||
|
a4.setOnClickListener(new gnL(this, fixedTransferSuccessFragment) { // from class: com.scb.phone.view.fragment.transferandpay.FixedTransferSuccessFragment_ViewBinding.2
|
||
|
private FixedTransferSuccessFragment a;
|
||
|
private FixedTransferSuccessFragment_ViewBinding b;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.a = fixedTransferSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onReturnToHomeClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
FixedTransferSuccessFragment fixedTransferSuccessFragment = this.e;
|
||
|
if (fixedTransferSuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
fixedTransferSuccessFragment.textViewSuccessfulTransfer = null;
|
||
|
fixedTransferSuccessFragment.textViewUnsuccessfulTransfer = null;
|
||
|
fixedTransferSuccessFragment.textViewTransactionDate = null;
|
||
|
fixedTransferSuccessFragment.textViewRefId = null;
|
||
|
fixedTransferSuccessFragment.customSource = null;
|
||
|
fixedTransferSuccessFragment.customTarget = null;
|
||
|
fixedTransferSuccessFragment.textViewNoteTitle = null;
|
||
|
fixedTransferSuccessFragment.textViewNoteValue = null;
|
||
|
fixedTransferSuccessFragment.customNetAmount = null;
|
||
|
fixedTransferSuccessFragment.customInterest = null;
|
||
|
fixedTransferSuccessFragment.customWithholdingTax = null;
|
||
|
fixedTransferSuccessFragment.customFee = null;
|
||
|
fixedTransferSuccessFragment.recyclerView = null;
|
||
|
fixedTransferSuccessFragment.buttonShareSlip = null;
|
||
|
fixedTransferSuccessFragment.buttonSaveSlip = null;
|
||
|
fixedTransferSuccessFragment.dividerButtons = null;
|
||
|
fixedTransferSuccessFragment.textViewRemainingBalance = null;
|
||
|
this.h.setOnClickListener(null);
|
||
|
this.h = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
View view = this.i;
|
||
|
if (view != null) {
|
||
|
view.setOnClickListener(null);
|
||
|
this.i = null;
|
||
|
}
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|