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 HmlBusinessOwnerProgressFragment extends Hilt_HmlBusinessOwnerProgressFragment { public static final IeS d = new IeS(0); /* loaded from: classes5.dex */ public static final class IeS { private IeS() { } public /* synthetic */ IeS(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.successTitle; Button button = null; if (textView == null) { C14957gcv.a(""); textView = null; } textView.setText(getString(R.string.hml_business_owner_progress_success_title)); TextView textView2 = this.loanInfo; if (textView2 == null) { C14957gcv.a(""); textView2 = null; } textView2.setText(getString(R.string.hml_business_owner_progress_loan_info)); TextView textView3 = this.remarkInfo; if (textView3 == null) { C14957gcv.a(""); textView3 = null; } textView3.setText(getString(R.string.hml_business_owner_progress_remark_info)); TextView textView4 = this.registerRemarks; if (textView4 == null) { C14957gcv.a(""); textView4 = null; } textView4.setVisibility(8); Button button2 = this.registerBtn; if (button2 != null) { button = button2; } else { C14957gcv.a(""); } button.setVisibility(8); } @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); } } }