what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlNTBOfflineSuccessFragmen...

86 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
import android.content.Context;
import android.widget.Button;
import android.widget.TextView;
import butterknife.OnClick;
import com.scb.phone.R;
import com.scb.phone.view.activity.registration.RegistrationTermsAndConsActivity;
import o.C0756Nx;
import o.C14957gcv;
import o.C5523buf;
import o.C8032czZ;
import o.ZI;
/* loaded from: classes5.dex */
public final class HmlNTBOfflineSuccessFragment extends Hilt_HmlNTBOfflineSuccessFragment {
public static final RVV d = new RVV(0);
/* loaded from: classes5.dex */
public static final class RVV {
private RVV() {
}
public /* synthetic */ RVV(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.remarkInfo;
Button button = null;
if (textView == null) {
C14957gcv.a("");
textView = null;
}
textView.setText(getString(R.string.hml_offline_success_remark_ntb));
Button button2 = this.homeBtn;
if (button2 != null) {
button = button2;
} else {
C14957gcv.a("");
}
button.setVisibility(8);
}
@Override // o.InterfaceC9333dhk
public final void a() {
RegistrationTermsAndConsActivity.RVV rvv = RegistrationTermsAndConsActivity.l;
Context requireContext = requireContext();
C14957gcv.c(requireContext, "");
startActivity(RegistrationTermsAndConsActivity.RVV.als_(requireContext, C8032czZ.HBt.EASYAPP));
}
@Override // o.InterfaceC9333dhk
public final void e() {
aH_();
}
@OnClick
public final void onRegisterClick() {
final C5523buf c5523buf = this.presenter;
if (c5523buf == null) {
C14957gcv.a("");
c5523buf = null;
}
ZI.IeS ieS = new ZI.IeS(c5523buf) { // from class: o.bug
private C5523buf d;
@Override // o.ZI.IeS
public final void e(Object obj) {
C5523buf.a(this.d, (InterfaceC9333dhk) obj);
}
{
this.d = c5523buf;
}
};
if (c5523buf.f != 0) {
ieS.e(c5523buf.f);
}
}
}