60 lines
2.0 KiB
Java
60 lines
2.0 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.FrameLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import o.C14957gcv;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlBusinessOwnerAccountSetupFragment extends Hilt_HmlBusinessOwnerAccountSetupFragment {
|
|
public static final HBt d = new HBt(0);
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.hml.HmlBaseAccountSetupFragment, androidx.fragment.app.Fragment
|
|
public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
|
C14957gcv.e(layoutInflater, "");
|
|
View onCreateView = super.onCreateView(layoutInflater, viewGroup, bundle);
|
|
TextView textView = this.estatementEmailTitle;
|
|
TextView textView2 = null;
|
|
if (textView == null) {
|
|
C14957gcv.a("");
|
|
textView = null;
|
|
}
|
|
textView.setText(getString(R.string.hml_business_owner_loan_setup_email_title));
|
|
TextView textView3 = this.estatementEmailDisclaimer;
|
|
if (textView3 == null) {
|
|
C14957gcv.a("");
|
|
textView3 = null;
|
|
}
|
|
textView3.setVisibility(8);
|
|
FrameLayout frameLayout = this.emailSeparator;
|
|
if (frameLayout == null) {
|
|
C14957gcv.a("");
|
|
frameLayout = null;
|
|
}
|
|
frameLayout.setVisibility(8);
|
|
TextView textView4 = this.repaymentDateTitle;
|
|
if (textView4 != null) {
|
|
textView2 = textView4;
|
|
} else {
|
|
C14957gcv.a("");
|
|
}
|
|
textView2.setText(getString(R.string.hml_business_owner_loan_setup_repayment_title));
|
|
C14957gcv.c(onCreateView, "");
|
|
return onCreateView;
|
|
}
|
|
}
|