正在查看: Baubap v3.9.7 应用的 ReceiveCodeActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Baubap v3.9.7 应用的 ReceiveCodeActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.baubap.presentation.sign.verify;
import android.app.PendingIntent;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcelable;
import f6.f1;
import f6.l1;
import io.intercom.android.sdk.m5.conversation.utils.c;
import kotlin.jvm.internal.y;
import m40.h0;
import om.n0;
import un.q;
import un.r;
import xf.i;
import xf.j;
import xf.o0;
import xu.b;
public final class ReceiveCodeActivity extends o0 {
public final l1 f10114f;
public ReceiveCodeActivity() {
super(18);
this.f10114f = new l1(y.a(NewVerifyPhoneViewModel.class), new i(this, 15), new i(this, 14), new j(this, 7));
}
@Override
public final void onCreate(Bundle bundle) {
Parcelable parcelable;
String stringExtra;
super.onCreate(bundle);
l1 l1Var = this.f10114f;
((NewVerifyPhoneViewModel) l1Var.getValue()).E.e(this, new n0(new r(this, 0), 28));
((NewVerifyPhoneViewModel) l1Var.getValue()).K.e(this, new n0(new r(this, 1), 28));
Intent intent = getIntent();
b.v(intent);
if (Build.VERSION.SDK_INT >= 33) {
parcelable = (Parcelable) c.n(intent);
} else {
Parcelable parcelableExtra = intent.getParcelableExtra("_ci_");
if (!(parcelableExtra instanceof PendingIntent)) {
parcelableExtra = null;
}
parcelable = (PendingIntent) parcelableExtra;
}
PendingIntent pendingIntent = (PendingIntent) parcelable;
b.v(pendingIntent);
String creatorPackage = pendingIntent.getCreatorPackage();
if ((b.n("com.whatsapp", creatorPackage) || b.n("com.whatsapp.w4b", creatorPackage)) && (stringExtra = intent.getStringExtra("code")) != null) {
NewVerifyPhoneViewModel newVerifyPhoneViewModel = (NewVerifyPhoneViewModel) l1Var.getValue();
String a10 = ((NewVerifyPhoneViewModel) l1Var.getValue()).f10111x.a();
newVerifyPhoneViewModel.getClass();
tx.b.X(f1.Q(newVerifyPhoneViewModel), (q30.j) null, (h0) null, new q(newVerifyPhoneViewModel, stringExtra, a10, null), 3);
}
}
}