what-the-bank/sources/o/C12912fKx.java

51 lines
1.8 KiB
Java

package o;
import android.os.Bundle;
import com.scb.phone.view.activity.BaseActivity;
import com.scb.phone.view.fragment.ntb.EkycRouterDialogFragment;
import java.lang.ref.WeakReference;
import java.util.List;
import o.C0907Rf;
/* renamed from: o.fKx, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C12912fKx {
/* renamed from: o.fKx$RVV */
/* loaded from: classes5.dex */
public static class RVV {
public boolean a;
List<C0566Jp> b;
public boolean c;
public WeakReference<BaseActivity> d;
public C0907Rf.Sts e;
private RVV() {
}
public /* synthetic */ RVV(byte b) {
this();
}
}
public static void d(RVV rvv) {
BaseActivity baseActivity = rvv.d.get();
Bundle bundle = new Bundle();
bundle.putParcelable("com.scb.phone.EXTRA_REGISTRATION_TILE_DATA", rvv.e);
bundle.putBoolean("TOUCHPOINT_SHOULD_NAVIGATE_TO_REGISTRATION_METHOD", rvv.c);
List<C0566Jp> list = rvv.b;
EkycRouterDialogFragment ekycRouterDialogFragment = new EkycRouterDialogFragment();
ekycRouterDialogFragment.setArguments(bundle);
new QKH().c(baseActivity.scbAnalytics, "ekyc_start");
ekycRouterDialogFragment.show(baseActivity.getSupportFragmentManager(), "routerDialogFragment");
}
public static void d(WeakReference<BaseActivity> weakReference) {
Bundle bundle = new Bundle();
bundle.putString("NAVIGATE_BACK", "NAVIGATE_BACK");
EkycRouterDialogFragment ekycRouterDialogFragment = new EkycRouterDialogFragment();
ekycRouterDialogFragment.setArguments(bundle);
ekycRouterDialogFragment.show(weakReference.get().getSupportFragmentManager(), "routerDialogFragment");
}
}