83 lines
2.2 KiB
Java
83 lines
2.2 KiB
Java
|
package com.scb.phone.integration.flutterchannel;
|
||
|
|
||
|
import android.text.TextUtils;
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
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 o.C1187Xm;
|
||
|
import o.C14828gR;
|
||
|
import o.C14957gcv;
|
||
|
import o.fKR;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class FlutterFixTransferSuccessScreenshot extends fKR<C14828gR> {
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPayItem slipCustomFee;
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPayItem slipCustomInterest;
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPayItem slipCustomNetAmount;
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPaySource slipCustomSource;
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPayTarget slipCustomTarget;
|
||
|
|
||
|
@BindView
|
||
|
public CustomTransferAndPayItem slipCustomWithholdingTax;
|
||
|
|
||
|
@BindView
|
||
|
public RecyclerView slipRecyclerView;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewNoteTitle;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewNoteValue;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewRefId;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewSuccessfulTransfer;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewTransactionDate;
|
||
|
|
||
|
@BindView
|
||
|
public TextView slipTextViewUnsuccessfulTransfer;
|
||
|
|
||
|
@Override // o.fKR
|
||
|
public final /* synthetic */ void b(C14828gR c14828gR, View view) {
|
||
|
C14828gR c14828gR2 = c14828gR;
|
||
|
C14957gcv.e(c14828gR2, "");
|
||
|
C14957gcv.e(view, "");
|
||
|
ButterKnife.c(this, view);
|
||
|
C1187Xm c1187Xm = null;
|
||
|
if (TextUtils.isEmpty(c14828gR2.d.k)) {
|
||
|
TextView textView = this.slipTextViewSuccessfulTransfer;
|
||
|
if (textView == null) {
|
||
|
C14957gcv.a("");
|
||
|
textView = null;
|
||
|
}
|
||
|
textView.setVisibility(8);
|
||
|
String str = c1187Xm.w;
|
||
|
throw null;
|
||
|
}
|
||
|
if (this.slipTextViewSuccessfulTransfer == null) {
|
||
|
C14957gcv.a("");
|
||
|
}
|
||
|
String str2 = c1187Xm.k;
|
||
|
throw null;
|
||
|
}
|
||
|
}
|