导航菜单

页面标题

页面副标题

Perplexity v2.48.1 - SepaMandateActivity.java 源代码

正在查看: Perplexity v2.48.1 应用的 SepaMandateActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.stripe.android.paymentsheet.ui;

import B5.e;
import E3.h;
import J3.n;
import Pj.h2;
import Pj.j2;
import android.content.Intent;
import android.os.Bundle;
import g9.f;
import kotlin.Metadata;
import kotlin.Result;
import kotlin.ResultKt;
import kotlin.jvm.internal.Intrinsics;

@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0001\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/stripe/android/paymentsheet/ui/SepaMandateActivity;", "LJ3/n;", "<init>", "()V", "paymentsheet_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
public final class SepaMandateActivity extends n {
    public final void onCreate(Bundle bundle) {
        Object a;
        super/*androidx.fragment.app.P*/.onCreate(bundle);
        try {
            int i = Result.x;
            Intent intent = getIntent();
            Intrinsics.g(intent, "getIntent(...)");
            a = (j2) intent.getParcelableExtra("extra_activity_args");
        } catch (Throwable th2) {
            int i2 = Result.x;
            a = ResultKt.a(th2);
        }
        if (a == null) {
            throw new IllegalArgumentException("SepaMandateActivity was started without arguments.");
        }
        if (a instanceof Result.Failure) {
            a = null;
        }
        j2 j2Var = (j2) a;
        String str = j2Var != null ? j2Var.w : null;
        if (str == null) {
            finish();
        } else {
            f.B(getWindow(), false);
            h.a(this, new e(new h2(this, str, 2), true, 2089289300));
        }
    }
}