正在查看: Crafto v9.3.3 应用的 SettingsActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Crafto v9.3.3 应用的 SettingsActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.crafto.android.ui.settings.activities;
import H3.B;
import N4.e;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.FragmentContainerView;
import androidx.navigation.l;
import androidx.navigation.o;
import b9.C1575d;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.FunctionReferenceImpl;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Reflection;
import t7.C3084e;
@Metadata
public final class SettingsActivity extends Hilt_SettingsActivity<C3084e, C1575d> {
public static final int s = 0;
public class a extends FunctionReferenceImpl implements Function1<LayoutInflater, C3084e> {
public static final a a = new a(1, C3084e.class, "inflate", "inflate(Landroid/view/LayoutInflater;)Lcom/crafto/android/databinding/ActivitySettingsBinding;", 0);
public final Object invoke(Object obj) {
LayoutInflater layoutInflater = (LayoutInflater) obj;
Intrinsics.checkNotNullParameter(layoutInflater, "p0");
ConstraintLayout inflate = layoutInflater.inflate(2131558452, (ViewGroup) null, false);
FragmentContainerView b = e.b(2131363028, inflate);
if (b != null) {
return new C3084e(inflate, b);
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(2131363028)));
}
}
public SettingsActivity() {
super(a.a, Reflection.getOrCreateKotlinClass(C1575d.class));
}
@Override
public final com.crafto.android.ui.base.a I() {
return null;
}
public final void onStart() {
androidx.navigation.e eVar;
FragmentContainerView fragmentContainerView;
o oVar;
FragmentContainerView fragmentContainerView2;
super.onStart();
setStatusBarColor(2131101194);
Intent intent = getIntent();
if (intent == null || !intent.getBooleanExtra("isShowCancelationFragment", false)) {
return;
}
C3084e c3084e = (C3084e) this.m;
if (c3084e == null || (fragmentContainerView2 = c3084e.b) == null) {
eVar = null;
} else {
Intrinsics.checkNotNullParameter(fragmentContainerView2, "<this>");
eVar = B.a(fragmentContainerView2);
}
l b = (eVar == null || (oVar = (o) eVar.D.getValue()) == null) ? null : oVar.b(2131820544);
if (b != null) {
b.z(2131361805);
}
if (b != null) {
eVar.getClass();
Intrinsics.checkNotNullParameter(b, "graph");
eVar.u(b, (Bundle) null);
C3084e c3084e2 = (C3084e) this.m;
if (c3084e2 == null || (fragmentContainerView = c3084e2.b) == null) {
return;
}
Intrinsics.checkNotNullParameter(fragmentContainerView, "<this>");
B.a(fragmentContainerView).u(b, (Bundle) null);
}
}
}