62 lines
1.7 KiB
Java
62 lines
1.7 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.content.Intent;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.HomeActivity;
|
||
|
import o.AbstractC5117bmw;
|
||
|
import o.C14957gcv;
|
||
|
import o.C5292bqL;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
import o.NS;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlETBOnlineSuccessFragment extends Hilt_HmlETBOnlineSuccessFragment<C5292bqL> {
|
||
|
public static final RVV c = new RVV(0);
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public C5292bqL hmlETBOnlineSuccessPresenter;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class RVV {
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RVV(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlBaseOnlineSuccessFragment, o.InterfaceC9298dhB
|
||
|
public final void d(NS ns) {
|
||
|
C14957gcv.e(ns, "");
|
||
|
super.d(ns);
|
||
|
TextView textView = this.remarkTextView;
|
||
|
if (textView == null) {
|
||
|
C14957gcv.a("");
|
||
|
textView = null;
|
||
|
}
|
||
|
textView.setText(getString(R.string.hml_success_remark_etb));
|
||
|
}
|
||
|
|
||
|
@Override // o.cYH
|
||
|
public final void e() {
|
||
|
HomeActivity.c(getContext(), false);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9298dhB
|
||
|
public final void i() {
|
||
|
startActivity((Intent) HomeActivity.e(new Object[]{getContext()}, -1290522472, 1290522474, (int) System.currentTimeMillis()));
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlBaseOnlineSuccessFragment
|
||
|
public final /* synthetic */ AbstractC5117bmw g() {
|
||
|
C5292bqL c5292bqL = this.hmlETBOnlineSuccessPresenter;
|
||
|
if (c5292bqL == null) {
|
||
|
C14957gcv.a("");
|
||
|
c5292bqL = null;
|
||
|
}
|
||
|
return c5292bqL;
|
||
|
}
|
||
|
}
|