what-the-bank/sources/com/scb/phone/view/fragment/ndid/IdpSharingStatementTransfer...

36 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.ndid;
import android.os.Bundle;
import java.util.List;
import o.C2252abB;
import o.EW;
import o.QI;
import o.cYH;
/* loaded from: classes5.dex */
public final class IdpSharingStatementTransferSuccessFragment extends Hilt_IdpSharingStatementTransferSuccessFragment {
public static final LWm d = new LWm(0);
/* loaded from: classes5.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(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);
this.presenter.e((C2252abB<cYH>) this);
Bundle arguments = getArguments();
if (arguments == null || (ew = (EW) arguments.getParcelable("EXTRA_IDP_SHARE_STATEMENT_SUCCESS")) == null) {
return;
}
this.presenter.e(ew, (List<QI>) null);
}
}