88 lines
2.8 KiB
Java
88 lines
2.8 KiB
Java
|
package com.scb.phone.view.fragment.hml.businessowner;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import android.view.LayoutInflater;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import butterknife.OnClick;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.hml.businessowner.HmlBusinessOwnerDocumentSubmissionActivity;
|
||
|
import com.scb.phone.view.fragment.BaseFragment;
|
||
|
import o.C14957gcv;
|
||
|
import o.EnumC5550bvF;
|
||
|
import o.NH;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlBusinessOwnerResubmissionFragment extends Hilt_HmlBusinessOwnerResubmissionFragment {
|
||
|
public static final HBt d = new HBt(0);
|
||
|
private String c;
|
||
|
|
||
|
@BindView
|
||
|
public TextView checkStatus;
|
||
|
|
||
|
@BindView
|
||
|
public TextView dateText;
|
||
|
|
||
|
@OnClick
|
||
|
public final void onResubmitDocuments() {
|
||
|
HmlBusinessOwnerDocumentSubmissionActivity.LWm lWm = HmlBusinessOwnerDocumentSubmissionActivity.l;
|
||
|
startActivity(HmlBusinessOwnerDocumentSubmissionActivity.LWm.agz_(requireContext(), EnumC5550bvF.RESUBMISSION));
|
||
|
}
|
||
|
|
||
|
@OnClick
|
||
|
public final void onButtonReturnHomeClicked() {
|
||
|
k(true);
|
||
|
}
|
||
|
|
||
|
@OnClick
|
||
|
public final void onContactCallCenter() {
|
||
|
aZ_();
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
||
|
NH nh;
|
||
|
C14957gcv.e(layoutInflater, "");
|
||
|
View inflate = layoutInflater.inflate(R.layout.2131559717, viewGroup, false);
|
||
|
((BaseFragment) this).a = ButterKnife.c(this, inflate);
|
||
|
Bundle arguments = getArguments();
|
||
|
if (arguments != null && (nh = (NH) arguments.getParcelable("HML_OUTCOME_RESUBMISSION_EXTRA")) != null) {
|
||
|
TextView textView = this.dateText;
|
||
|
TextView textView2 = null;
|
||
|
if (textView == null) {
|
||
|
C14957gcv.a("");
|
||
|
textView = null;
|
||
|
}
|
||
|
textView.setVisibility(nh.e == null ? 8 : 0);
|
||
|
TextView textView3 = this.dateText;
|
||
|
if (textView3 == null) {
|
||
|
C14957gcv.a("");
|
||
|
textView3 = null;
|
||
|
}
|
||
|
textView3.setText(nh.e);
|
||
|
this.c = nh.d;
|
||
|
TextView textView4 = this.checkStatus;
|
||
|
if (textView4 != null) {
|
||
|
textView2 = textView4;
|
||
|
} else {
|
||
|
C14957gcv.a("");
|
||
|
}
|
||
|
textView2.setText(getString(R.string.hml_business_owner_outcome_pending_notified_content));
|
||
|
}
|
||
|
return inflate;
|
||
|
}
|
||
|
}
|