what-the-bank/sources/com/scb/phone/view/fragment/hml/businessowner/HmlBusinessOwnerProgressSuc...

78 lines
2.3 KiB
Java

package com.scb.phone.view.fragment.hml.businessowner;
import android.content.Intent;
import android.widget.Button;
import android.widget.TextView;
import butterknife.OnClick;
import com.scb.phone.R;
import com.scb.phone.view.activity.HomeActivity;
import o.C0756Nx;
import o.C14957gcv;
import o.C5522bue;
import o.C5523buf;
/* loaded from: classes5.dex */
public final class HmlBusinessOwnerProgressSuccessFragment extends Hilt_HmlBusinessOwnerProgressSuccessFragment {
public static final Sts c = new Sts(0);
/* loaded from: classes5.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
@Override // com.scb.phone.view.fragment.hml.HmlBaseOfflineSuccessFragment, o.InterfaceC9333dhk
public final void e(C0756Nx c0756Nx) {
C14957gcv.e(c0756Nx, "");
super.e(c0756Nx);
TextView textView = this.remarkInfo;
TextView textView2 = null;
if (textView == null) {
C14957gcv.a("");
textView = null;
}
textView.setText(getString(R.string.auto_bo_downtime_desc_1));
TextView textView3 = this.registerRemarks;
if (textView3 == null) {
C14957gcv.a("");
textView3 = null;
}
textView3.setVisibility(8);
Button button = this.registerBtn;
if (button == null) {
C14957gcv.a("");
button = null;
}
button.setVisibility(8);
TextView textView4 = this.loanInfo;
if (textView4 != null) {
textView2 = textView4;
} else {
C14957gcv.a("");
}
textView2.setText(getString(R.string.auto_bo_downtime_transfer_header));
}
@Override // o.InterfaceC9333dhk
public final void e() {
startActivity((Intent) HomeActivity.e(new Object[]{getContext()}, -1290522472, 1290522474, (int) System.currentTimeMillis()));
}
@OnClick
public final void onHomeClick() {
C5523buf c5523buf = this.presenter;
if (c5523buf == null) {
C14957gcv.a("");
c5523buf = null;
}
C5522bue c5522bue = new C5522bue();
if (c5523buf.f != 0) {
c5522bue.e(c5523buf.f);
}
}
}