81 lines
2.6 KiB
Java
81 lines
2.6 KiB
Java
package com.scb.phone.view.fragment.hml.account;
|
|
|
|
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 android.widget.TextView;
|
|
import butterknife.BindView;
|
|
import com.scb.phone.view.activity.hml.HmlNTBAccountConsentActivity;
|
|
import o.C14957gcv;
|
|
import o.SL;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlSelectAccountFragment extends Hilt_HmlSelectAccountFragment {
|
|
public static final RVV d = new RVV(0);
|
|
|
|
@BindView
|
|
public TextView remark2Label;
|
|
|
|
@BindView
|
|
public TextView remark3Label;
|
|
|
|
@Override // com.scb.phone.view.fragment.ntb.selectaccount.SelectAccountFragment, 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.remark2Label;
|
|
TextView textView2 = null;
|
|
if (textView == null) {
|
|
C14957gcv.a("");
|
|
textView = null;
|
|
}
|
|
textView.setVisibility(8);
|
|
TextView textView3 = this.remark3Label;
|
|
if (textView3 != null) {
|
|
textView2 = textView3;
|
|
} else {
|
|
C14957gcv.a("");
|
|
}
|
|
textView2.setVisibility(8);
|
|
return onCreateView;
|
|
}
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.ntb.selectaccount.SelectAccountFragment, o.InterfaceC8954dab.jNh
|
|
public final void b(SL sl, int i, String str) {
|
|
C14957gcv.e(sl, "");
|
|
C14957gcv.e(str, "");
|
|
HmlNTBAccountConsentActivity.IeS ieS = HmlNTBAccountConsentActivity.l;
|
|
Context requireContext = requireContext();
|
|
String str2 = sl.b;
|
|
C14957gcv.c((Object) str2, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str, "");
|
|
Intent putExtra = new Intent(requireContext, (Class<?>) HmlNTBAccountConsentActivity.class).putExtra("BUNDLE_OBJECTIVE_ID", str).putExtra("BUNDLE_PRODUCT_CODE", str2);
|
|
C14957gcv.c(putExtra, "");
|
|
startActivity(putExtra);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.ntb.selectaccount.SelectAccountFragment
|
|
public final void d() {
|
|
aH_();
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment
|
|
public final String Q() {
|
|
return "your_loan";
|
|
}
|
|
}
|