44 lines
1.5 KiB
Java
44 lines
1.5 KiB
Java
package com.scb.phone.view.fragment.hml.businessowner;
|
|
|
|
import android.content.Context;
|
|
import android.content.Intent;
|
|
import android.os.Bundle;
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import com.scb.phone.view.activity.hml.businessowner.HmlBusinessOwnerLoanSetupActivity;
|
|
import o.C14957gcv;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlBusinessOwnerOutcomeApproveFragment extends Hilt_HmlBusinessOwnerOutcomeApproveFragment {
|
|
public static final IeS c = 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.HmlOutcomeApproveFragment, androidx.fragment.app.Fragment
|
|
public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
|
C14957gcv.e(layoutInflater, "");
|
|
View onCreateView = super.onCreateView(layoutInflater, viewGroup, bundle);
|
|
this.amountIcon.setVisibility(8);
|
|
return onCreateView;
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.hml.HmlOutcomeApproveFragment, o.InterfaceC9338dhp
|
|
public final void c() {
|
|
Context context = getContext();
|
|
if (context != null) {
|
|
HmlBusinessOwnerLoanSetupActivity.RVV rvv = HmlBusinessOwnerLoanSetupActivity.k;
|
|
C14957gcv.e(context, "");
|
|
startActivity(new Intent(context, (Class<?>) HmlBusinessOwnerLoanSetupActivity.class));
|
|
}
|
|
}
|
|
}
|