导航菜单

页面标题

页面副标题

Crafto v9.3.3 - v.java 源代码

正在查看: Crafto v9.3.3 应用的 v.java JAVA 源代码文件

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


package Ab;

import android.content.Intent;
import android.net.Uri;
import android.view.View;
import com.crafto.android.usa.ui.a_screens.membership_plan_options.MembershipPlanOptionsExpPreviewFragmentUsa;
import kotlin.jvm.internal.Intrinsics;

public final class v implements View.OnClickListener {

    public final int f804a;

    public final View.OnCreateContextMenuListener f805b;

    public v(View.OnCreateContextMenuListener onCreateContextMenuListener, int i10) {
        this.f804a = i10;
        this.f805b = onCreateContextMenuListener;
    }

    @Override
    public final void onClick(View view) {
        switch (this.f804a) {
            case 0:
                w this$0 = (w) this.f805b;
                Intrinsics.checkNotNullParameter(this$0, "this$0");
                w.a(this$0, this$0.f807b, "Back");
                this$0.dismiss();
                break;
            default:
                MembershipPlanOptionsExpPreviewFragmentUsa this$02 = (MembershipPlanOptionsExpPreviewFragmentUsa) this.f805b;
                Intrinsics.checkNotNullParameter(this$02, "this$0");
                try {
                    this$02.startActivity(new Intent("android.intent.action.VIEW", Uri.parse("https://play.google.com/store/account/subscriptions")));
                    break;
                } catch (Exception e10) {
                    this$02.L0("Cant open the browser");
                    p003do.a.f61810a.e(e10);
                }
        }
    }
}