690 lines
42 KiB
Java
690 lines
42 KiB
Java
|
package com.scb.phone.view.activity.easycash;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import android.graphics.Color;
|
||
|
import android.graphics.ImageFormat;
|
||
|
import android.graphics.drawable.Drawable;
|
||
|
import android.media.AudioTrack;
|
||
|
import android.os.Bundle;
|
||
|
import android.os.Process;
|
||
|
import android.os.SystemClock;
|
||
|
import android.text.AndroidCharacter;
|
||
|
import android.text.TextUtils;
|
||
|
import android.util.TypedValue;
|
||
|
import android.view.Gravity;
|
||
|
import android.view.KeyEvent;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewConfiguration;
|
||
|
import android.widget.ExpandableListView;
|
||
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
||
|
import com.google.common.base.Ascii;
|
||
|
import com.kofax.mobile.sdk._internal.impl.extraction.kta.KtaJsonExactionHelper;
|
||
|
import com.scb.phone.R;
|
||
|
import java.lang.reflect.Method;
|
||
|
import net.sf.scuba.smartcards.ISOFileInfo;
|
||
|
import o.C14957gcv;
|
||
|
import o.C4593bdB;
|
||
|
import o.JV;
|
||
|
import o.JX;
|
||
|
import o.dQY;
|
||
|
import o.pwE;
|
||
|
import o.xzZ;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class EasycashSubmittedResultActivity extends Hilt_EasycashSubmittedResultActivity {
|
||
|
public static final Sts b;
|
||
|
private static char[] k;
|
||
|
private static long l;
|
||
|
private static long m;
|
||
|
private static int s;
|
||
|
private static final byte[] $$p = {67, -87, -63, ISOFileInfo.FCI_EXT};
|
||
|
private static final int $$q = 1;
|
||
|
private static int $10 = 0;
|
||
|
private static int $11 = 1;
|
||
|
private static int t = 1;
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0027 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:7:0x001f */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:10:0x0027 -> B:4:0x002d). Please report as a decompilation issue!!! */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
private static void aC(int r6, short r7, int r8, java.lang.Object[] r9) {
|
||
|
/*
|
||
|
int r6 = r6 * 3
|
||
|
int r6 = 3 - r6
|
||
|
byte[] r0 = com.scb.phone.view.activity.easycash.EasycashSubmittedResultActivity.$$p
|
||
|
int r8 = r8 * 3
|
||
|
int r1 = r8 + 1
|
||
|
int r7 = r7 + 77
|
||
|
byte[] r1 = new byte[r1]
|
||
|
r2 = 0
|
||
|
if (r0 != 0) goto L15
|
||
|
r3 = r7
|
||
|
r4 = r2
|
||
|
r7 = r6
|
||
|
goto L2d
|
||
|
L15:
|
||
|
r3 = r2
|
||
|
L16:
|
||
|
int r6 = r6 + 1
|
||
|
byte r4 = (byte) r7
|
||
|
r1[r3] = r4
|
||
|
int r4 = r3 + 1
|
||
|
if (r3 != r8) goto L27
|
||
|
java.lang.String r6 = new java.lang.String
|
||
|
r6.<init>(r1, r2)
|
||
|
r9[r2] = r6
|
||
|
return
|
||
|
L27:
|
||
|
r3 = r0[r6]
|
||
|
r5 = r7
|
||
|
r7 = r6
|
||
|
r6 = r3
|
||
|
r3 = r5
|
||
|
L2d:
|
||
|
int r6 = r6 + r3
|
||
|
r3 = r4
|
||
|
r5 = r7
|
||
|
r7 = r6
|
||
|
r6 = r5
|
||
|
goto L16
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.easycash.EasycashSubmittedResultActivity.aC(int, short, int, java.lang.Object[]):void");
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public static final class Sts {
|
||
|
private Sts() {
|
||
|
}
|
||
|
|
||
|
public static Intent aeC_(Context context, String str, String str2, String str3, JV jv, JX jx, String str4) {
|
||
|
C14957gcv.e(context, "");
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
Intent intent = new Intent(context, (Class<?>) EasycashSubmittedResultActivity.class);
|
||
|
intent.putExtra("AUTO_CONFIRMATION_DISPLAY_EXTRA", jv);
|
||
|
intent.putExtra("APPLICATION_ID_EXTRA", str);
|
||
|
intent.putExtra("PRODUCT_TYPE_EXTRA", str2);
|
||
|
intent.putExtra("FLOW_TYPE_EXTRA", str3);
|
||
|
intent.putExtra("COMMERCIAL_CONFIRM_DISPLAY_EXTRA", jx);
|
||
|
intent.putExtra("HIDE_TRACKING_EXTRA", str4);
|
||
|
return intent;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private static void aB(char[] cArr, int i, Object[] objArr) {
|
||
|
Object method;
|
||
|
int i2 = 2 % 2;
|
||
|
C4593bdB c4593bdB = new C4593bdB();
|
||
|
c4593bdB.a = i;
|
||
|
int length = cArr.length;
|
||
|
long[] jArr = new long[length];
|
||
|
c4593bdB.e = 0;
|
||
|
while (c4593bdB.e < cArr.length) {
|
||
|
int i3 = $10 + 125;
|
||
|
$11 = i3 % 128;
|
||
|
if (i3 % 2 == 0) {
|
||
|
int i4 = c4593bdB.e;
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(cArr[c4593bdB.e]), c4593bdB, c4593bdB};
|
||
|
Object obj = xzZ.y.get(-1229953068);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c(KeyEvent.keyCodeFromString("") + 402, 5 - TextUtils.getOffsetBefore("", 0), (char) (21608 - (ViewConfiguration.getDoubleTapTimeout() >> 16)));
|
||
|
byte b2 = (byte) ($$q - 1);
|
||
|
byte b3 = b2;
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC(b2, b3, b3, objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE, Object.class, Object.class);
|
||
|
xzZ.y.put(-1229953068, obj);
|
||
|
}
|
||
|
jArr[i4] = ((Long) ((Method) obj).invoke(null, objArr2)).longValue() % (m & (-6958928035870403642L));
|
||
|
Object[] objArr4 = {c4593bdB, c4593bdB};
|
||
|
Object obj2 = xzZ.y.get(-1143917229);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(Color.green(0) + 238, Gravity.getAbsoluteGravity(0, 0) + 5, (char) KeyEvent.normalizeMetaState(0));
|
||
|
int i5 = $$q;
|
||
|
byte b4 = (byte) (i5 - 1);
|
||
|
byte b5 = (byte) i5;
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC(b4, b5, (byte) (b5 - 1), objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Object.class, Object.class);
|
||
|
xzZ.y.put(-1143917229, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(null, objArr4);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
} else {
|
||
|
int i6 = c4593bdB.e;
|
||
|
Object[] objArr6 = {Integer.valueOf(cArr[c4593bdB.e]), c4593bdB, c4593bdB};
|
||
|
Object obj3 = xzZ.y.get(-1229953068);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c(ImageFormat.getBitsPerPixel(0) + 403, 5 - Color.red(0), (char) (21608 - View.combineMeasuredStates(0, 0)));
|
||
|
byte b6 = (byte) ($$q - 1);
|
||
|
byte b7 = b6;
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aC(b6, b7, b7, objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Integer.TYPE, Object.class, Object.class);
|
||
|
xzZ.y.put(-1229953068, obj3);
|
||
|
}
|
||
|
jArr[i6] = ((Long) ((Method) obj3).invoke(null, objArr6)).longValue() ^ (m ^ (-6958928035870403642L));
|
||
|
Object[] objArr8 = {c4593bdB, c4593bdB};
|
||
|
Object obj4 = xzZ.y.get(-1143917229);
|
||
|
if (obj4 == null) {
|
||
|
Class cls4 = (Class) xzZ.c(238 - (ViewConfiguration.getMaximumFlingVelocity() >> 16), (SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1)) + 4, (char) ((-1) - TextUtils.indexOf((CharSequence) "", '0')));
|
||
|
int i7 = $$q;
|
||
|
byte b8 = (byte) (i7 - 1);
|
||
|
byte b9 = (byte) i7;
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aC(b8, b9, (byte) (b9 - 1), objArr9);
|
||
|
obj4 = cls4.getMethod((String) objArr9[0], Object.class, Object.class);
|
||
|
xzZ.y.put(-1143917229, obj4);
|
||
|
}
|
||
|
((Method) obj4).invoke(null, objArr8);
|
||
|
}
|
||
|
}
|
||
|
char[] cArr2 = new char[length];
|
||
|
c4593bdB.e = 0;
|
||
|
while (c4593bdB.e < cArr.length) {
|
||
|
int i8 = $11 + 95;
|
||
|
$10 = i8 % 128;
|
||
|
if (i8 % 2 != 0) {
|
||
|
cArr2[c4593bdB.e] = (char) jArr[c4593bdB.e];
|
||
|
try {
|
||
|
Object[] objArr10 = {c4593bdB, c4593bdB};
|
||
|
Object obj5 = xzZ.y.get(-1143917229);
|
||
|
if (obj5 == null) {
|
||
|
Class cls5 = (Class) xzZ.c(238 - TextUtils.getCapsMode("", 0, 0), 4 - Process.getGidForName(""), (char) Color.green(0));
|
||
|
int i9 = $$q;
|
||
|
byte b10 = (byte) (i9 - 1);
|
||
|
byte b11 = (byte) i9;
|
||
|
Object[] objArr11 = new Object[1];
|
||
|
aC(b10, b11, (byte) (b11 - 1), objArr11);
|
||
|
obj5 = cls5.getMethod((String) objArr11[0], Object.class, Object.class);
|
||
|
xzZ.y.put(-1143917229, obj5);
|
||
|
}
|
||
|
((Method) obj5).invoke(null, objArr10);
|
||
|
throw null;
|
||
|
} catch (Throwable th2) {
|
||
|
Throwable cause2 = th2.getCause();
|
||
|
if (cause2 == null) {
|
||
|
throw th2;
|
||
|
}
|
||
|
throw cause2;
|
||
|
}
|
||
|
}
|
||
|
cArr2[c4593bdB.e] = (char) jArr[c4593bdB.e];
|
||
|
Object[] objArr12 = {c4593bdB, c4593bdB};
|
||
|
Object obj6 = xzZ.y.get(-1143917229);
|
||
|
if (obj6 != null) {
|
||
|
method = obj6;
|
||
|
} else {
|
||
|
Class cls6 = (Class) xzZ.c(AndroidCharacter.getMirror('0') + 190, (ViewConfiguration.getPressedStateDuration() >> 16) + 5, (char) (Process.myPid() >> 22));
|
||
|
int i10 = $$q;
|
||
|
byte b12 = (byte) (i10 - 1);
|
||
|
byte b13 = (byte) i10;
|
||
|
Object[] objArr13 = new Object[1];
|
||
|
aC(b12, b13, (byte) (b13 - 1), objArr13);
|
||
|
method = cls6.getMethod((String) objArr13[0], Object.class, Object.class);
|
||
|
xzZ.y.put(-1143917229, method);
|
||
|
}
|
||
|
((Method) method).invoke(null, objArr12);
|
||
|
}
|
||
|
String str = new String(cArr2);
|
||
|
int i11 = $10 + 33;
|
||
|
$11 = i11 % 128;
|
||
|
int i12 = i11 % 2;
|
||
|
objArr[0] = str;
|
||
|
}
|
||
|
|
||
|
private static void ay(int i, int i2, char c, Object[] objArr) {
|
||
|
int i3 = 2 % 2;
|
||
|
dQY dqy = new dQY();
|
||
|
long[] jArr = new long[i2];
|
||
|
dqy.a = 0;
|
||
|
while (dqy.a < i2) {
|
||
|
int i4 = $11 + 107;
|
||
|
$10 = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
int i6 = dqy.a;
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(k[i + dqy.a])};
|
||
|
Object obj = xzZ.y.get(1095064095);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c(View.combineMeasuredStates(0, 0) + 308, (ViewConfiguration.getMinimumFlingVelocity() >> 16) + 5, (char) (32797 - (ViewConfiguration.getPressedStateDuration() >> 16)));
|
||
|
int i7 = $$q;
|
||
|
byte b2 = (byte) (i7 - 1);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC(b2, (byte) (b2 | Ascii.NAK), (byte) (i7 - 1), objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE);
|
||
|
xzZ.y.put(1095064095, obj);
|
||
|
}
|
||
|
Object[] objArr4 = {Long.valueOf(((Long) ((Method) obj).invoke(null, objArr2)).longValue()), Long.valueOf(dqy.a), Long.valueOf(l), Integer.valueOf(c)};
|
||
|
Object obj2 = xzZ.y.get(-548438098);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(412 - View.MeasureSpec.getSize(0), View.MeasureSpec.getSize(0) + 5, (char) View.resolveSize(0, 0));
|
||
|
int i8 = $$q;
|
||
|
byte b3 = (byte) (i8 - 1);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC(b3, (byte) (b3 | Ascii.SYN), (byte) (i8 - 1), objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Long.TYPE, Long.TYPE, Long.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(-548438098, obj2);
|
||
|
}
|
||
|
jArr[i6] = ((Long) ((Method) obj2).invoke(null, objArr4)).longValue();
|
||
|
Object[] objArr6 = {dqy, dqy};
|
||
|
Object obj3 = xzZ.y.get(1071125919);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c(Color.rgb(0, 0, 0) + 16777623, 5 - (ViewConfiguration.getMinimumFlingVelocity() >> 16), (char) (View.getDefaultSize(0, 0) + 29234));
|
||
|
int i9 = $$q;
|
||
|
byte b4 = (byte) (i9 - 1);
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aC(b4, (byte) (b4 | 29), (byte) (i9 - 1), objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Object.class, Object.class);
|
||
|
xzZ.y.put(1071125919, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(null, objArr6);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
char[] cArr = new char[i2];
|
||
|
dqy.a = 0;
|
||
|
while (dqy.a < i2) {
|
||
|
int i10 = $11 + 23;
|
||
|
$10 = i10 % 128;
|
||
|
int i11 = i10 % 2;
|
||
|
cArr[dqy.a] = (char) jArr[dqy.a];
|
||
|
Object[] objArr8 = {dqy, dqy};
|
||
|
Object obj4 = xzZ.y.get(1071125919);
|
||
|
if (obj4 == null) {
|
||
|
Class cls4 = (Class) xzZ.c(KeyEvent.keyCodeFromString("") + 407, (TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 5, (char) (TextUtils.indexOf((CharSequence) "", '0', 0, 0) + 29235));
|
||
|
int i12 = $$q;
|
||
|
byte b5 = (byte) (i12 - 1);
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aC(b5, (byte) (b5 | 29), (byte) (i12 - 1), objArr9);
|
||
|
obj4 = cls4.getMethod((String) objArr9[0], Object.class, Object.class);
|
||
|
xzZ.y.put(1071125919, obj4);
|
||
|
}
|
||
|
((Method) obj4).invoke(null, objArr8);
|
||
|
}
|
||
|
objArr[0] = new String(cArr);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.easycash.Hilt_EasycashSubmittedResultActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onCreate(Bundle bundle) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 27;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
ay(Gravity.getAbsoluteGravity(0, 0), View.resolveSize(0, 0) + 18, (char) ((ViewConfiguration.getLongPressTimeout() >> 16) + 2335), objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object obj = null;
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
ay(View.getDefaultSize(0, 0) + 18, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.billpayment_bnpl_monthly_interest_rate_remark).substring(0, 1).length() + 4, (char) ((Process.getThreadPriority(0) + 20) >> 6), objArr2);
|
||
|
int intValue = ((Integer) cls.getDeclaredMethod((String) objArr2[0], new Class[0]).invoke(null, new Object[0])).intValue() % 100000;
|
||
|
if (intValue < 99000 || intValue > 99999) {
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aB(new char[]{44191, 22931, 18076, 29573, 30877, 26008, 4744, 8133, 1159, 12693, 16016, 11249, 53403, 56762, 51872, 63418, 64696, 59812, 38588, 33726, 34966, 46505, 41678, 45022, 21719, 16849}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 62689, objArr3);
|
||
|
Class<?> cls2 = Class.forName((String) objArr3[0]);
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
ay(24 - (Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1)), AndroidCharacter.getMirror('0') - 30, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 46476), objArr4);
|
||
|
baseContext = (Context) cls2.getMethod((String) objArr4[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
int i4 = s + 81;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj2 = xzZ.y.get(125943855);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c((ViewConfiguration.getJumpTapTimeout() >> 16) + 492, Process.getGidForName("") + 6, (char) (TextUtils.lastIndexOf("", '0', 0, 0) + 1))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj2);
|
||
|
}
|
||
|
Object invoke = ((Method) obj2).invoke(null, null);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.please_choose_min_full_payment).substring(25, 26).codePointAt(0) + 9, TextUtils.indexOf((CharSequence) "", '0', 0, 0) + 49, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() - 13), objArr5);
|
||
|
String str = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.assessment_expired_dialog_previous_text).substring(0, 6).length() + 83, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(10) - 47, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 34), objArr6);
|
||
|
String str2 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aB(new char[]{44191, 28061, 11896, 59612, 43507, 27146, 9401, 58854, 42516, 24820, 8515, 57970, 48344, 32085, 15924, 63635, 47407, 31639, 13566, 62735, 47059, 28857, 12571, 62433, 35861, 19749, 4006, 51202, 35122, 19335, 1133, 50847, 34730, 16423, 649, 50106, 39943, 24299, 8013, 55314, 39667, 23389, 5157, 54916, 38716, 20578, 4754, 54062, 60812, 44784, 28426, 10727, 60084, 43792, 26108, 9749, 59174, 41436, 25094, 9062, 64927, 48745, 30871, 14764}, TextUtils.getCapsMode("", 0, 0) + 49499, objArr7);
|
||
|
String str3 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.cardless_amount_hint).substring(0, 11).codePointAt(8) + 107, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.auto_single_form_terms_and_conditions_scbs_check_box_title).substring(77, 78).length() + 73, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.abc_prepend_shortcut_label).substring(4, 5).length() - 1), objArr8);
|
||
|
String str4 = (String) objArr8[0];
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(2) + 118, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 29, (char) (1 - (SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1))), objArr9);
|
||
|
String str5 = (String) objArr9[0];
|
||
|
Object[] objArr10 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 219, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.easycash_contact_number).substring(0, 11).length() + 25, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.debit_card_activation_card_number_error).substring(38, 39).codePointAt(0) + 56696), objArr10);
|
||
|
Object[] objArr11 = {baseContext, str, str2, str3, str4, true, str5, (String) objArr10[0]};
|
||
|
Object obj3 = xzZ.y.get(1656189573);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c(View.combineMeasuredStates(0, 0) + 487, KeyEvent.getDeadChar(0, 0) + 5, (char) ((ViewConfiguration.getScrollFriction() > BitmapDescriptorFactory.HUE_RED ? 1 : (ViewConfiguration.getScrollFriction() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) - 1))).getMethod("e", Context.class, String.class, String.class, String.class, String.class, Boolean.TYPE, String.class, String.class);
|
||
|
xzZ.y.put(1656189573, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(invoke, objArr11);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
super.onCreate(bundle);
|
||
|
pwE supportActionBar = getSupportActionBar();
|
||
|
if (supportActionBar != null) {
|
||
|
int i6 = s + 63;
|
||
|
t = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
supportActionBar.d();
|
||
|
if (i7 != 0) {
|
||
|
return;
|
||
|
}
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:25:0x0093, code lost:
|
||
|
|
||
|
if (r0 != null) goto L39;
|
||
|
*/
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:32:0x009c, code lost:
|
||
|
|
||
|
r12 = (android.os.Parcelable) r0.getParcelable("COMMERCIAL_CONFIRM_DISPLAY_EXTRA", o.JX.class);
|
||
|
*/
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:34:0x009a, code lost:
|
||
|
|
||
|
if (r0 != null) goto L39;
|
||
|
*/
|
||
|
@Override // com.scb.phone.view.activity.BaseActivityWithFragment
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public final androidx.fragment.app.Fragment M() {
|
||
|
/*
|
||
|
Method dump skipped, instructions count: 256
|
||
|
To view this dump add '--comments-level debug' option
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.easycash.EasycashSubmittedResultActivity.M():androidx.fragment.app.Fragment");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.easycash.Hilt_EasycashSubmittedResultActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onResume() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 49;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
Object obj = null;
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr = new Object[1];
|
||
|
aB(new char[]{44191, 22931, 18076, 29573, 30877, 26008, 4744, 8133, 1159, 12693, 16016, 11249, 53403, 56762, 51872, 63418, 64696, 59812, 38588, 33726, 34966, 46505, 41678, 45022, 21719, 16849}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 62689, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
ay(TextUtils.lastIndexOf("", '0', 0, 0) + 24, 18 - (Process.myPid() >> 22), (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 46476), objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
int i4 = s + 21;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = s + 59;
|
||
|
t = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i8 = s + 123;
|
||
|
t = i8 % 128;
|
||
|
try {
|
||
|
if (i8 % 2 == 0) {
|
||
|
Object obj2 = xzZ.y.get(125943855);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(View.resolveSizeAndState(0, 0, 0) + 492, (SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1)) + 4, (char) TextUtils.getOffsetBefore("", 0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj2);
|
||
|
}
|
||
|
Object invoke = ((Method) obj2).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj3 = xzZ.y.get(1378719468);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c((ViewConfiguration.getZoomControlsTimeout() > 0L ? 1 : (ViewConfiguration.getZoomControlsTimeout() == 0L ? 0 : -1)) + 486, 5 - (ViewConfiguration.getMaximumFlingVelocity() >> 16), (char) (TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)))).getMethod(KtaJsonExactionHelper.OBJECT, Context.class);
|
||
|
xzZ.y.put(1378719468, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(invoke, objArr3);
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
Object obj4 = xzZ.y.get(125943855);
|
||
|
if (obj4 == null) {
|
||
|
obj4 = ((Class) xzZ.c((ViewConfiguration.getGlobalActionKeyTimeout() > 0L ? 1 : (ViewConfiguration.getGlobalActionKeyTimeout() == 0L ? 0 : -1)) + 491, 5 - ((Process.getThreadPriority(0) + 20) >> 6), (char) ((-1) - ImageFormat.getBitsPerPixel(0)))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj4);
|
||
|
}
|
||
|
Object invoke2 = ((Method) obj4).invoke(null, null);
|
||
|
Object[] objArr4 = {baseContext};
|
||
|
Object obj5 = xzZ.y.get(1378719468);
|
||
|
if (obj5 == null) {
|
||
|
obj5 = ((Class) xzZ.c((AudioTrack.getMinVolume() > BitmapDescriptorFactory.HUE_RED ? 1 : (AudioTrack.getMinVolume() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 487, ((byte) KeyEvent.getModifierMetaStateMask()) + 6, (char) ExpandableListView.getPackedPositionType(0L))).getMethod(KtaJsonExactionHelper.OBJECT, Context.class);
|
||
|
xzZ.y.put(1378719468, obj5);
|
||
|
}
|
||
|
((Method) obj5).invoke(invoke2, objArr4);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onResume();
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.easycash.Hilt_EasycashSubmittedResultActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onPause() {
|
||
|
int i = 2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
int i2 = t + 47;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
aB(new char[]{44191, 22931, 18076, 29573, 30877, 26008, 4744, 8133, 1159, 12693, 16016, 11249, 53403, 56762, 51872, 63418, 64696, 59812, 38588, 33726, 34966, 46505, 41678, 45022, 21719, 16849}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.mw_shop_address_error_inline).substring(35, 37).codePointAt(1) + 62691, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
ay(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 10, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 16, (char) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.banking_amount_max_min).substring(0, 7).codePointAt(0) + 46473), objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
int i4 = t + 123;
|
||
|
s = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = t + 7;
|
||
|
s = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - View.resolveSizeAndState(0, 0, 0), (ViewConfiguration.getScrollDefaultDelay() >> 16) + 5, (char) (ViewConfiguration.getScrollBarFadeDuration() >> 16))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj2 = xzZ.y.get(1633456013);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(487 - (ViewConfiguration.getJumpTapTimeout() >> 16), Process.getGidForName("") + 6, (char) (Process.myTid() >> 22))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr3);
|
||
|
int i8 = t + 13;
|
||
|
s = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onPause();
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.easycash.Hilt_EasycashSubmittedResultActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity, android.view.ContextThemeWrapper, android.content.ContextWrapper
|
||
|
public final void attachBaseContext(Context context) {
|
||
|
Context context2;
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 19;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.attachBaseContext(context);
|
||
|
Object[] objArr = new Object[1];
|
||
|
ay(1 - (SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1)), (Process.myPid() >> 22) + 18, (char) (2335 - (ViewConfiguration.getScrollBarSize() >> 8)), objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
ay((ViewConfiguration.getPressedStateDuration() >> 16) + 18, (ViewConfiguration.getFadingEdgeLength() >> 16) + 5, (char) Color.blue(0), objArr2);
|
||
|
int intValue = ((Integer) cls.getDeclaredMethod((String) objArr2[0], new Class[0]).invoke(null, new Object[0])).intValue() % 100000;
|
||
|
if (intValue < 99000 || intValue > 99999) {
|
||
|
if (context != null) {
|
||
|
context2 = context.getApplicationContext();
|
||
|
int i4 = s + 49;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
} else {
|
||
|
context2 = context;
|
||
|
}
|
||
|
if (context2 != null) {
|
||
|
int i6 = t + 77;
|
||
|
s = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - KeyEvent.normalizeMetaState(0), 5 - KeyEvent.keyCodeFromString(""), (char) View.getDefaultSize(0, 0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
ay((Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1)) + 40, 48 - ExpandableListView.getPackedPositionGroup(0L), (char) (Process.myTid() >> 22), objArr3);
|
||
|
String str = (String) objArr3[0];
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
ay((ViewConfiguration.getEdgeSlop() >> 16) + 89, 64 - ((Process.getThreadPriority(0) + 20) >> 6), (char) TextUtils.getTrimmedLength(""), objArr4);
|
||
|
String str2 = (String) objArr4[0];
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aB(new char[]{44191, 28061, 11896, 59612, 43507, 27146, 9401, 58854, 42516, 24820, 8515, 57970, 48344, 32085, 15924, 63635, 47407, 31639, 13566, 62735, 47059, 28857, 12571, 62433, 35861, 19749, 4006, 51202, 35122, 19335, 1133, 50847, 34730, 16423, 649, 50106, 39943, 24299, 8013, 55314, 39667, 23389, 5157, 54916, 38716, 20578, 4754, 54062, 60812, 44784, 28426, 10727, 60084, 43792, 26108, 9749, 59174, 41436, 25094, 9062, 64927, 48745, 30871, 14764}, KeyEvent.keyCodeFromString("") + 49499, objArr5);
|
||
|
String str3 = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
ay(((byte) KeyEvent.getModifierMetaStateMask()) + 154, Color.red(0) + 74, (char) ('0' - AndroidCharacter.getMirror('0')), objArr6);
|
||
|
String str4 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
ay(227 - (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), 5 - TextUtils.getCapsMode("", 0, 0), (char) Drawable.resolveOpacity(0, 0), objArr7);
|
||
|
String str5 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
ay(232 - (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), 35 - ExpandableListView.getPackedPositionChild(0L), (char) (56728 - Color.argb(0, 0, 0, 0)), objArr8);
|
||
|
Object[] objArr9 = {context2, str, str2, str3, str4, true, str5, (String) objArr8[0]};
|
||
|
Object obj2 = xzZ.y.get(1656189573);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(487 - Gravity.getAbsoluteGravity(0, 0), (TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 5, (char) (1 - (SystemClock.uptimeMillis() > 0L ? 1 : (SystemClock.uptimeMillis() == 0L ? 0 : -1))))).getMethod("e", Context.class, String.class, String.class, String.class, String.class, Boolean.TYPE, String.class, String.class);
|
||
|
xzZ.y.put(1656189573, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr9);
|
||
|
int i8 = t + 115;
|
||
|
s = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ Object d(Object[] objArr, int i, int i2, int i3) {
|
||
|
int i4 = 2 % 2;
|
||
|
int i5 = s + 73;
|
||
|
t = i5 % 128;
|
||
|
int i6 = i5 % 2;
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
static void g() {
|
||
|
k = new char[]{34476, 27708, 21399, 14690, 11486, 5055, 63763, 60602, 53850, 47401, 44245, 37448, 31179, 27825, 21020, 14841, 12110, 4657, 36799, 25908, 23225, 12390, 9674, 14879, 53398, 61232, 34259, 36965, 44809, 17842, 20580, 28404, 1435, 4134, 11968, 50539, 53262, 61114, 34116, 37859, 44701, 36835, 25978, 23256, 12397, 9629, 6826, 61454, 58858, 56136, 45180, 42454, 39782, 28821, 26019, 23379, 12475, 9792, 7022, 61646, 58919, 56205, 45293, 42521, 39842, 29020, 26211, 23447, 12578, 9941, 7144, 61716, 59042, 56323, 45464, 42740, 40030, 29160, 26444, 23594, 12681, 10040, 7313, 61949, 59218, 56549, 45593, 42789, 40151, 36791, 25903, 23258, 12394, 9624, 6827, 61532, 58802, 56143, 45168, 42454, 39729, 28820, 26103, 23383, 12466, 9748, 7017, 61645, 58925, 56285, 45295, 42521, 39855, 28937, 26211, 23492, 12660, 9860, 7144, 61760, 59051, 56325, 45466, 42745, 39950, 29115, 26385, 23594, 12681, 10044, 7367, 61861, 59217, 56499, 45584, 42870, 40065, 29286, 26501, 23738, 12872, 10237, 7425, 62061, 59289, 56610, 45782, 42981, 40271, 29344, 26707, 23857, 12950, 36794, 25913, 23192, 12415, 9693, 6899, 61511, 58788, 56153, 45100, 42373, 39786, 28869, 26030, 23309, 12526, 9799, 6959, 61599, 58998, 56287, 45237, 42522, 39930, 29012, 26174, 23514, 12643, 9950, 7075, 61717, 59122, 56390, 45518, 42669, 39964, 29178, 26375, 23599, 12702, 10091, 7383, 61856, 59156, 56567, 45652, 42785, 40081, 29287, 26515, 23743, 12816, 10227, 7446, 62009, 59275, 56691, 45722, 42941, 40217, 29425, 26708, 23843, 12935, 10301, 7675, 62238, 59488, 56715, 45951, 43213, 40357, 29470, 26870, 36843, 25955, 23252, 12321, 9630, 21039, 47284, 34630, 60835, 63570, 51048, 11716, 14371, 1695, 28139, 30796, 18170, 44380, 47220, 34508, 60713, 64395, 50932, 11593, 15334, 1604, 27940, 31619, 17966, 44176, 48046, 34398, 60654, 64281, 50732, 11403, 15166, 414, 27648, 31589, 16786};
|
||
|
l = 1583833743194416461L;
|
||
|
m = -2308758183919042760L;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.easycash.Hilt_EasycashSubmittedResultActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onStart() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 31;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.onStart();
|
||
|
int i4 = s + 81;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
|
||
|
@Override // androidx.activity.ComponentActivity, android.app.Activity
|
||
|
public final void onBackPressed() {
|
||
|
d(new Object[]{this}, 1908088216, -1908088216, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 2081098318);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivityWithFragment
|
||
|
public final String L() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 33;
|
||
|
int i3 = i2 % 128;
|
||
|
s = i3;
|
||
|
int i4 = i2 % 2;
|
||
|
int i5 = i3 + 67;
|
||
|
t = i5 % 128;
|
||
|
Object obj = null;
|
||
|
if (i5 % 2 != 0) {
|
||
|
return null;
|
||
|
}
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
s = 0;
|
||
|
g();
|
||
|
b = new Sts((byte) 0);
|
||
|
int i = t + 5;
|
||
|
s = i % 128;
|
||
|
int i2 = i % 2;
|
||
|
}
|
||
|
}
|