34 lines
1019 B
Java
34 lines
1019 B
Java
|
package com.scb.phone.view.fragment.requesttopay;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.text.TextUtils;
|
||
|
import android.view.View;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.BindView;
|
||
|
import o.C1189Xo;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class RtpScreenshotFragment extends Hilt_RtpScreenshotFragment {
|
||
|
|
||
|
@BindView
|
||
|
TextView rtpRequestNote;
|
||
|
|
||
|
@BindView
|
||
|
LinearLayout rtpRequestNoteLayout;
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.transferandpay.BaseReviewFragment
|
||
|
public final void a(C1189Xo c1189Xo, View view, Context context) {
|
||
|
super.a(c1189Xo, view, context);
|
||
|
this.customTarget.setAddFavoriteButtonVisible(false);
|
||
|
this.userNote.setVisibility(8);
|
||
|
this.billerNote.setVisibility(8);
|
||
|
if (TextUtils.isEmpty(c1189Xo.O)) {
|
||
|
return;
|
||
|
}
|
||
|
this.fullDivider.setVisibility(8);
|
||
|
this.rtpRequestNoteLayout.setVisibility(0);
|
||
|
this.rtpRequestNote.setText(c1189Xo.O);
|
||
|
}
|
||
|
}
|