正在查看: Crafto v9.3.3 应用的 SupportActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Crafto v9.3.3 应用的 SupportActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.crafto.android.ui.support;
import N4.e;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.constraintlayout.widget.ConstraintLayout;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.FunctionReferenceImpl;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Reflection;
import l9.C2559c;
import org.jetbrains.annotations.NotNull;
import t7.C3118g;
@Metadata
public final class SupportActivity extends Hilt_SupportActivity<C3118g, C2559c> {
public static final int t = 0;
public boolean s;
public class a extends FunctionReferenceImpl implements Function1<LayoutInflater, C3118g> {
public static final a a = new a(1, C3118g.class, "inflate", "inflate(Landroid/view/LayoutInflater;)Lcom/crafto/android/databinding/ActivitySupportBinding;", 0);
public final Object invoke(Object obj) {
LayoutInflater layoutInflater = (LayoutInflater) obj;
Intrinsics.checkNotNullParameter(layoutInflater, "p0");
ConstraintLayout inflate = layoutInflater.inflate(2131558455, (ViewGroup) null, false);
if (e.b(2131363028, inflate) != null) {
return new C3118g(inflate);
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(2131363028)));
}
}
public SupportActivity() {
super(a.a, Reflection.getOrCreateKotlinClass(C2559c.class));
}
@Override
public final com.crafto.android.ui.base.a I() {
return null;
}
public final View onCreateView(@NotNull String str, @NotNull Context context, @NotNull AttributeSet attributeSet) {
Intrinsics.checkNotNullParameter(str, "name");
Intrinsics.checkNotNullParameter(context, "context");
Intrinsics.checkNotNullParameter(attributeSet, "attrs");
this.s = getIntent().getBooleanExtra("isUpdateProfile", false);
getIntent().getBooleanExtra("isComingFromLogin", false);
setStatusBarColor(2131101245);
return super/*androidx.fragment.app.FragmentActivity*/.onCreateView(str, context, attributeSet);
}
}