导航菜单

页面标题

页面副标题

MedEd v5.3.6 - NeetPGDemoVideosActivity.java 源代码

正在查看: MedEd v5.3.6 应用的 NeetPGDemoVideosActivity.java JAVA 源代码文件

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


package com.penpencil.physicswallah.feature.library.presentation.activity;

import android.content.Intent;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import androidx.databinding.DataBinderMapperImpl;
import com.tonyodev.fetch2core.server.FileResponse;
import defpackage.BO1;
import defpackage.EO1;
import defpackage.PQ0;
import kotlin.Metadata;
import kotlin.coroutines.CoroutineContext;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;

@Metadata
public final class NeetPGDemoVideosActivity extends PQ0<j6, EO1> {
    public static final int K0 = 0;
    public String H0;
    public String I0;
    public final Xc1 J0;

    public class a extends RE0 implements Function1<LayoutInflater, j6> {
        public static final a i = new a();

        public a() {
            super(1, j6.class, "inflate", "inflate(Landroid/view/LayoutInflater;)Lcom/penpencil/physicswallah/databinding/ActivityNeetPgdemoVideosBinding;", 0);
        }

        public final Object invoke(Object obj) {
            LayoutInflater layoutInflater = (LayoutInflater) obj;
            Intrinsics.checkNotNullParameter(layoutInflater, "p0");
            int i2 = j6.y;
            DataBinderMapperImpl dataBinderMapperImpl = a00.a;
            return Hs3.p(layoutInflater, 2131558457, (ViewGroup) null, (Object) null);
        }
    }

    public NeetPGDemoVideosActivity() {
        super(new vM0(5));
        a aVar = a.i;
        QW2 qw2 = QW2.a;
        this.H0 = UW2.e(qw2);
        this.I0 = UW2.e(qw2);
        this.J0 = le1.b(new mV1(this, 2));
    }

    public final void S0(Ur3 ur3) {
        j6 j6Var = (j6) ur3;
        Intrinsics.checkNotNullParameter(j6Var, "<this>");
        Intent intent = getIntent();
        String stringExtra = intent.getStringExtra(FileResponse.FIELD_TYPE);
        if (stringExtra == null) {
            stringExtra = UW2.e(QW2.a);
        }
        this.H0 = stringExtra;
        String stringExtra2 = intent.getStringExtra("typeId");
        if (stringExtra2 == null) {
            stringExtra2 = UW2.e(QW2.a);
        }
        this.I0 = stringExtra2;
        j6Var.x.setAdapter((uF0) this.J0.getValue());
        FrameLayout frameLayout = j6Var.v;
        Intrinsics.checkNotNullExpressionValue(frameLayout, "progressBarLoading");
        frameLayout.setVisibility(0);
        Lx.q(HA3.k(this), (CoroutineContext) null, (mV) null, new BO1(this, R0(), null), 3);
        j6Var.s.setOnClickListener(new YH2(this, 11));
    }

    public final void V0(Ur3 ur3, Et3 et3) {
        Intrinsics.checkNotNullParameter((j6) ur3, "<this>");
        Intrinsics.checkNotNullParameter((EO1) et3, "vm");
    }
}