导航菜单

页面标题

页面副标题

Empower MX v1.29.4.340 - WebViewComposeActivity.java 源代码

正在查看: Empower MX v1.29.4.340 应用的 WebViewComposeActivity.java JAVA 源代码文件

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


package finance.empower.android.app.web;

import ac.C0995g;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.withpersona.sdk2.inquiry.network.HttpStatusCode;
import d.I;
import e.e;
import finance.empower.android.app.web.WebViewComposeActivity;
import finance.empower.android.app.web.b;
import kotlin.Metadata;
import kotlin.Pair;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import s0.l;
import s0.o;
import s0.q;

@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\b\b\u0007\u0018\u0000 \u000f2\u00020\u0001:\u0001\u0010B\u0007¢\u0006\u0004\b\u0002\u0010\u0003J\u0019\u0010\u0007\u001a\u00020\u00062\b\u0010\u0005\u001a\u0004\u0018\u00010\u0004H\u0014¢\u0006\u0004\b\u0007\u0010\bR\u001a\u0010\u000e\u001a\u00020\t8\u0014X\u0094D¢\u0006\f\n\u0004\b\n\u0010\u000b\u001a\u0004\b\f\u0010\r¨\u0006\u0011"}, d2 = {"Lfinance/empower/android/app/web/WebViewComposeActivity;", "Lbc/m;", "<init>", "()V", "Landroid/os/Bundle;", "savedInstanceState", "", "onCreate", "(Landroid/os/Bundle;)V", "", "i0", "Ljava/lang/String;", "C1", "()Ljava/lang/String;", "pageName", "j0", "a", "empower-app_productionRelease"}, k = 1, mv = {2, 1, HttpStatusCode.NETWORK_ERROR_0}, xi = 48)
public final class WebViewComposeActivity extends a {

    public static final Companion INSTANCE = new Companion(null);

    private final String pageName = "WebView";

    public static final class Companion {
        public Companion(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }

        public final Intent a(Context context, String url, String title) {
            Intrinsics.checkNotNullParameter(context, "context");
            Intrinsics.checkNotNullParameter(url, "url");
            Intrinsics.checkNotNullParameter(title, "title");
            Intent a = C0995g.a(context, WebViewComposeActivity.class, new Pair[0]);
            a.putExtra("finance.empower.19af9ecd-92df-4d07-81f2-f1d009f19ed8", url);
            a.putExtra("finance.empower.30f20ae7-e357-45a1-a265-7067db9c7e83", title);
            return a;
        }

        private Companion() {
        }
    }

    static final class b implements Function2 {
        b() {
        }

        public static final Unit d(WebViewComposeActivity webViewComposeActivity) {
            webViewComposeActivity.finish();
            return Unit.a;
        }

        public final void c(l lVar, int i) {
            if ((i & 3) == 2 && lVar.w()) {
                lVar.F();
                return;
            }
            if (o.H()) {
                o.Q(160137237, i, -1, "finance.empower.android.app.web.WebViewComposeActivity.onCreate.<anonymous> (WebViewComposeActivity.kt:41)");
            }
            finance.empower.android.app.web.b bVar = finance.empower.android.app.web.b.a;
            String stringExtra = WebViewComposeActivity.this.getIntent().getStringExtra("finance.empower.30f20ae7-e357-45a1-a265-7067db9c7e83");
            if (stringExtra == null) {
                stringExtra = "";
            }
            String stringExtra2 = WebViewComposeActivity.this.getIntent().getStringExtra("finance.empower.19af9ecd-92df-4d07-81f2-f1d009f19ed8");
            b.h hVar = new b.h(stringExtra, stringExtra2 != null ? stringExtra2 : "");
            lVar.V(962360257);
            boolean U = lVar.U(WebViewComposeActivity.this);
            final WebViewComposeActivity webViewComposeActivity = WebViewComposeActivity.this;
            Object f = lVar.f();
            if (U || f == l.a.a()) {
                f = new Function0() {
                    @Override
                    public final Object invoke() {
                        Unit d;
                        d = WebViewComposeActivity.b.d(WebViewComposeActivity.this);
                        return d;
                    }
                };
                lVar.M(f);
            }
            lVar.L();
            bVar.n(hVar, new b.d((Function0) f), null, lVar, 3072, 4);
            if (o.H()) {
                o.P();
            }
        }

        @Override
        public Object invoke(Object obj, Object obj2) {
            c((l) obj, ((Number) obj2).intValue());
            return Unit.a;
        }
    }

    @Override
    protected String getPageName() {
        return this.pageName;
    }

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        d.o.b(this, (I) null, (I) null, 3, (Object) null);
        e.b(this, (q) null, A0.c.c(160137237, true, new b()), 1, (Object) null);
    }
}