导航菜单

页面标题

页面副标题

MedEd v5.3.6 - NeetPgSearchActivity.java 源代码

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

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


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

import android.view.LayoutInflater;
import android.view.ViewGroup;
import androidx.databinding.DataBinderMapperImpl;
import androidx.lifecycle.n;
import defpackage.AbstractC0371fR0;
import defpackage.C0337eR0;
import defpackage.C1040zS1;
import kotlin.Metadata;
import kotlin.coroutines.CoroutineContext;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;

@Metadata
public final class NeetPgSearchActivity extends AbstractC0371fR0<f6> {

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

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

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

    public NeetPgSearchActivity() {
        super(a.i);
        this.K0 = false;
        addOnContextAvailableListener(new C0337eR0(this));
    }

    public final void V0(Ur3 ur3) {
        Intrinsics.checkNotNullParameter((f6) ur3, "<this>");
        n nVar = ((rp) this).F0;
        Intrinsics.checkNotNullExpressionValue(nVar, "lifecycleScope");
        Lx.q(nVar, (CoroutineContext) null, (mV) null, new C1040zS1(this, null), 3);
    }
}