44 lines
1.3 KiB
Java
44 lines
1.3 KiB
Java
|
package com.scb.phone.view.fragment.paynow;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import java.util.List;
|
||
|
import o.EW;
|
||
|
import o.QI;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class PayNowSuccessFragment extends Hilt_PayNowSuccessFragment {
|
||
|
public static final Sts d = new Sts(0);
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class Sts {
|
||
|
private Sts() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.PurchaseSuccessFragment, com.scb.phone.view.fragment.BaseFragment, androidx.fragment.app.Fragment
|
||
|
public final void onActivityCreated(Bundle bundle) {
|
||
|
EW ew;
|
||
|
super.onActivityCreated(bundle);
|
||
|
Bundle arguments = getArguments();
|
||
|
if (arguments == null || (ew = (EW) arguments.getParcelable("EXTRA_PAY_NOW_SUCCESS_DISPLAY")) == null) {
|
||
|
return;
|
||
|
}
|
||
|
this.presenter.e(ew, (List<QI>) null);
|
||
|
if (ew.g) {
|
||
|
v("outward_remittance_pp_eslip");
|
||
|
} else {
|
||
|
v("outward_remittance_pp_request_successful");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment, androidx.fragment.app.Fragment
|
||
|
public final void onDestroyView() {
|
||
|
this.presenter.w_();
|
||
|
super.onDestroyView();
|
||
|
}
|
||
|
}
|