72 lines
2.0 KiB
Java
72 lines
2.0 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.content.Intent;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.OnClick;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.HomeActivity;
|
||
|
import o.C0756Nx;
|
||
|
import o.C14957gcv;
|
||
|
import o.C5522bue;
|
||
|
import o.C5523buf;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlETBOfflineSuccessFragment extends Hilt_HmlETBOfflineSuccessFragment {
|
||
|
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.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_etb));
|
||
|
TextView textView2 = this.registerRemarks;
|
||
|
if (textView2 == null) {
|
||
|
C14957gcv.a("");
|
||
|
textView2 = null;
|
||
|
}
|
||
|
textView2.setVisibility(8);
|
||
|
Button button2 = this.registerBtn;
|
||
|
if (button2 != null) {
|
||
|
button = button2;
|
||
|
} else {
|
||
|
C14957gcv.a("");
|
||
|
}
|
||
|
button.setVisibility(8);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9333dhk
|
||
|
public final void e() {
|
||
|
startActivity((Intent) HomeActivity.e(new Object[]{getContext()}, -1290522472, 1290522474, (int) System.currentTimeMillis()));
|
||
|
}
|
||
|
|
||
|
@OnClick
|
||
|
public final void onHomeClick() {
|
||
|
C5523buf c5523buf = this.presenter;
|
||
|
if (c5523buf == null) {
|
||
|
C14957gcv.a("");
|
||
|
c5523buf = null;
|
||
|
}
|
||
|
C5522bue c5522bue = new C5522bue();
|
||
|
if (c5523buf.f != 0) {
|
||
|
c5522bue.e(c5523buf.f);
|
||
|
}
|
||
|
}
|
||
|
}
|