正在查看: Baubap v3.9.7 应用的 CashbackDetailActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Baubap v3.9.7 应用的 CashbackDetailActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.baubap.modules.cashback;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.datastore.preferences.protobuf.r1;
import androidx.fragment.app.c0;
import androidx.navigation.fragment.NavHostFragment;
import io.intercom.android.sdk.m5.conversation.utils.c;
import nh.e;
import nh.f;
import nh.g;
import nh.h;
import nh.i;
import nh.j;
import q8.i0;
import q8.l0;
import q8.m0;
import xf.o0;
import xu.b;
public final class CashbackDetailActivity extends o0 {
public CashbackDetailActivity() {
super(2131558469, 4);
}
@Override
public final void onCreate(Bundle bundle) {
Object obj;
super.onCreate(bundle);
Intent intent = getIntent();
b.x(intent, "getIntent(...)");
if (Build.VERSION.SDK_INT >= 33) {
obj = c.m(intent);
} else {
Object serializableExtra = intent.getSerializableExtra("extra_destination");
if (!(serializableExtra instanceof j)) {
serializableExtra = null;
}
obj = (j) serializableExtra;
}
j jVar = (j) obj;
c0 B = getSupportFragmentManager().B(2131363565);
b.w(B, "null cannot be cast to non-null type androidx.navigation.fragment.NavHostFragment");
NavHostFragment navHostFragment = (NavHostFragment) B;
i0 b6 = ((m0) navHostFragment.l().C.getValue()).b(2131820545);
b.w(jVar, "null cannot be cast to non-null type com.baubap.modules.cashback.domain.Destination");
boolean z10 = jVar instanceof g;
int i10 = 2131362538;
if (!z10) {
if (jVar instanceof e) {
i10 = 2131362311;
} else if ((jVar instanceof h) || (jVar instanceof i)) {
i10 = 2131362312;
} else if (!(jVar instanceof f)) {
throw new r1();
}
}
b6.B(i10);
l0 l10 = navHostFragment.l();
int intExtra = getIntent().getIntExtra("LOAN_IDX", 0);
Bundle bundle2 = new Bundle();
if (jVar instanceof h) {
bundle2.putBoolean("IS_RECOVERY", true);
} else if (jVar instanceof i) {
bundle2.putBoolean("IS_RECOVERY", false);
} else if (z10) {
bundle2.putInt("LOAN_IDX", intExtra);
}
l10.E(b6, bundle2);
if (getIntent().getBooleanExtra("extra_show_tutorial", false)) {
l10.o(2131361913, null, null);
}
}
}