678 lines
40 KiB
Java
678 lines
40 KiB
Java
|
package com.scb.phone.view.activity;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.graphics.Color;
|
||
|
import android.graphics.PointF;
|
||
|
import android.graphics.drawable.Drawable;
|
||
|
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 android.widget.LinearLayout;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
||
|
import com.kofax.mobile.sdk._internal.impl.extraction.kta.KtaJsonExactionHelper;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.ReviewCommonFragment;
|
||
|
import java.lang.reflect.Method;
|
||
|
import net.sf.scuba.smartcards.ISO7816;
|
||
|
import net.sf.scuba.smartcards.ISOFileInfo;
|
||
|
import o.AbstractActivityC9792dqa;
|
||
|
import o.AbstractC13482fbE;
|
||
|
import o.C3614bBe;
|
||
|
import o.ES;
|
||
|
import o.jTb;
|
||
|
import o.xzZ;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public abstract class ReviewCommonActivity extends AbstractActivityC9792dqa implements ReviewCommonFragment.IeS {
|
||
|
|
||
|
@BindView
|
||
|
public LinearLayout llLayoutReviewPage;
|
||
|
|
||
|
@BindView
|
||
|
public View vEmptyPage;
|
||
|
private static final byte[] $$p = {35, 6, 76, ISO7816.INS_READ_RECORD2};
|
||
|
private static final int $$q = 80;
|
||
|
private static int $10 = 0;
|
||
|
private static int $11 = 1;
|
||
|
private static int p = 0;
|
||
|
private static int r = 1;
|
||
|
private static char b = 32760;
|
||
|
private static char m = 34322;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private static char f6539o = 26881;
|
||
|
private static char k = 33791;
|
||
|
private static char[] l = {16313, 16309, 16273, 16261, 16256, 16269, 15988, 15996, 15999, 16257, 15998, 15989, 16270, 15984, 16258, 15997, 15987, 16271, 15986, 15985, 16260, 16304, 16316, 16319, 15990, 15995, 16315, 16318, 16312, 16314, 16263, 15994, 16259, 16305, 16317, 16306, 15993};
|
||
|
private static int t = 1934310956;
|
||
|
private static boolean s = true;
|
||
|
private static boolean q = true;
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0023 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:7:0x001b */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:10:0x0023 -> B:4:0x002b). 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(byte r6, int r7, byte r8, java.lang.Object[] r9) {
|
||
|
/*
|
||
|
int r7 = r7 + 4
|
||
|
int r8 = 122 - r8
|
||
|
byte[] r0 = com.scb.phone.view.activity.ReviewCommonActivity.$$p
|
||
|
int r6 = r6 * 3
|
||
|
int r1 = r6 + 1
|
||
|
byte[] r1 = new byte[r1]
|
||
|
r2 = 0
|
||
|
if (r0 != 0) goto L13
|
||
|
r3 = r8
|
||
|
r4 = r2
|
||
|
r8 = r7
|
||
|
goto L2b
|
||
|
L13:
|
||
|
r3 = r2
|
||
|
L14:
|
||
|
byte r4 = (byte) r8
|
||
|
r1[r3] = r4
|
||
|
int r4 = r3 + 1
|
||
|
if (r3 != r6) goto L23
|
||
|
java.lang.String r6 = new java.lang.String
|
||
|
r6.<init>(r1, r2)
|
||
|
r9[r2] = r6
|
||
|
return
|
||
|
L23:
|
||
|
int r7 = r7 + 1
|
||
|
r3 = r0[r7]
|
||
|
r5 = r8
|
||
|
r8 = r7
|
||
|
r7 = r3
|
||
|
r3 = r5
|
||
|
L2b:
|
||
|
int r7 = r7 + r3
|
||
|
r3 = r4
|
||
|
r5 = r8
|
||
|
r8 = r7
|
||
|
r7 = r5
|
||
|
goto L14
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.ReviewCommonActivity.aC(byte, int, byte, java.lang.Object[]):void");
|
||
|
}
|
||
|
|
||
|
protected abstract void g();
|
||
|
|
||
|
protected abstract String j();
|
||
|
|
||
|
@Override // o.AbstractActivityC9792dqa, 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 void onCreate(Bundle bundle) {
|
||
|
int i = 2 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
aA(new char[]{10507, 57507, 15920, 46966, 20919, 28009, 14667, 37526, 35606, 44813, 50960, 55122, 34212, 20233, 50653, 7513, 9038, 35172}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.holding_by_post_disclaimer).substring(9, 10).length() + 17, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aB(null, null, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 93, new byte[]{ISOFileInfo.PROP_INFO, -124, ISOFileInfo.FILE_IDENTIFIER, -126, ISOFileInfo.DATA_BYTES2}, 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];
|
||
|
aA(new char[]{10507, 57507, 15920, 46966, 20919, 28009, 14667, 37526, 7671, 42301, 55874, 8639, 56730, 37446, 64750, 65290, 22709, 9871, 42896, 45173, 58210, 20635, 63914, 7556, 9779, 20465}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 8, objArr3);
|
||
|
Class<?> cls2 = Class.forName((String) objArr3[0]);
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aA(new char[]{24520, 63325, 59322, 51967, 45553, 12070, 55410, 21316, 23415, 59822, 39948, 21092, 14194, 25364, 64750, 65290, 23764, 49353}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(10) - 93, objArr4);
|
||
|
baseContext = (Context) cls2.getMethod((String) objArr4[0], new Class[0]).invoke(null, null);
|
||
|
int i2 = r + 97;
|
||
|
p = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
int i3 = 3 % 3;
|
||
|
}
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i4 = r + 105;
|
||
|
p = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
int i5 = 13 / 0;
|
||
|
} else {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = p + 65;
|
||
|
r = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(TextUtils.indexOf("", "") + 492, 5 - TextUtils.getOffsetAfter("", 0), (char) (ViewConfiguration.getTapTimeout() >> 16))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aA(new char[]{16782, 28538, 17389, 33967, 52715, 50238, 60345, 46835, 59269, 31225, 26525, 23940, 22983, 64129, 38410, 31256, 59730, 29163, 44888, 31522, 7358, 48247, 7286, 8216, 47982, 36546, 28699, 19280, 51031, 50672, 49878, 40789, 38708, 20459, 57349, 7556, 3158, 54778, 47564, 56413, 34794, 46074, 55404, 49087, 17161, 47201, 8756, 3717}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 35, objArr5);
|
||
|
String str = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aA(new char[]{3485, 55555, 33153, 5504, 37883, 28464, 39688, 13209, 53325, 20052, 51326, 46677, 51326, 46677, 58237, 37027, 62666, 61805, 1135, 11352, 1389, 39133, 4524, 65481, 2013, 61621, 9787, 9366, 34371, 6141, 19994, 39104, 21479, 51464, 43830, 53137, 53839, 39221, 47564, 56413, 37883, 28464, 64330, 52941, 59932, 10721, 37883, 28464, 56345, 38038, 13063, 32204, 17161, 47201, 29970, 18426, 19642, 15905, 46356, 65508, 37883, 28464, 23070, 8875}, View.resolveSizeAndState(0, 0, 0) + 64, objArr6);
|
||
|
String str2 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aB(null, null, (ViewConfiguration.getMaximumDrawingCacheSize() >> 24) + 127, new byte[]{-111, -110, ISOFileInfo.FCI_EXT, -108, -122, -113, -122, -120, -113, -120, ISOFileInfo.SECURITY_ATTR_COMPACT, -109, ISOFileInfo.FCI_EXT, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.LCS_BYTE, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -109, -110, -113, -119, -108, -120, -108, -112, -112, ISOFileInfo.SECURITY_ATTR_EXP, -108, -108, -122, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.PROP_INFO, ISOFileInfo.SECURITY_ATTR_COMPACT, -109, ISOFileInfo.FCI_EXT, ISOFileInfo.LCS_BYTE, -113, ISOFileInfo.FCI_EXT, -110, ISOFileInfo.SECURITY_ATTR_EXP, -111, -120, -112, -120, -113, ISOFileInfo.ENV_TEMP_EF, -122, ISOFileInfo.FCI_EXT, -120, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -119, ISOFileInfo.SECURITY_ATTR_COMPACT, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.LCS_BYTE, ISOFileInfo.LCS_BYTE, -119, -122, -119, -120, ISOFileInfo.FCI_EXT, -122}, objArr7);
|
||
|
String str3 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aB(null, null, TextUtils.getOffsetAfter("", 0) + 127, new byte[]{-104, -106, -98, ISOFileInfo.LCS_BYTE, -92, ISOFileInfo.LCS_BYTE, -102, ISOFileInfo.SECURITY_ATTR_EXP, -92, -102, -106, -104, ISOFileInfo.LCS_BYTE, ISOFileInfo.A1, -98, -124, -102, -124, -105, -122, -102, ISOFileInfo.DATA_BYTES2, -101, -110, ISOFileInfo.A0, ISOFileInfo.LCS_BYTE, -100, -122, -94, -93, -104, ISOFileInfo.PROP_INFO, -100, -122, -94, ISOFileInfo.A1, ISOFileInfo.A0, -106, -104, -122, -110, -106, -122, ISOFileInfo.LCS_BYTE, -100, -107, -106, ISOFileInfo.A0, -97, -98, -122, ISOFileInfo.ENV_TEMP_EF, -99, -122, -124, -110, -100, ISOFileInfo.LCS_BYTE, ISOFileInfo.DATA_BYTES2, ISOFileInfo.DATA_BYTES2, -101, -110, ISOFileInfo.DATA_BYTES2, -122, -124, -104, -102, -102, -103, -104, -105, -106, -106, -107}, objArr8);
|
||
|
String str4 = (String) objArr8[0];
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aB(null, null, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 114, new byte[]{-120, ISOFileInfo.A0, ISOFileInfo.FCI_EXT, ISOFileInfo.A0, ISOFileInfo.SECURITY_ATTR_COMPACT}, objArr9);
|
||
|
String str5 = (String) objArr9[0];
|
||
|
Object[] objArr10 = new Object[1];
|
||
|
aB(null, null, 127 - View.MeasureSpec.getSize(0), new byte[]{ISOFileInfo.LCS_BYTE, -112, -108, ISOFileInfo.CHANNEL_SECURITY, -108, -110, ISOFileInfo.LCS_BYTE, -111, -122, ISOFileInfo.SECURITY_ATTR_EXP, -110, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.A5, -110, ISOFileInfo.LCS_BYTE, ISOFileInfo.ENV_TEMP_EF, -122, ISOFileInfo.A5, -112, -112, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.A5, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -120, -109, ISOFileInfo.A5, -120, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.SECURITY_ATTR_COMPACT, ISOFileInfo.PROP_INFO, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.SECURITY_ATTR_EXP, -122, ISOFileInfo.LCS_BYTE}, objArr10);
|
||
|
Object[] objArr11 = {baseContext, str, str2, str3, str4, true, str5, (String) objArr10[0]};
|
||
|
Object obj2 = xzZ.y.get(1656189573);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(535 - AndroidCharacter.getMirror('0'), 5 - TextUtils.getCapsMode("", 0, 0), (char) Gravity.getAbsoluteGravity(0, 0))).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, objArr11);
|
||
|
int i8 = p + 11;
|
||
|
r = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
super.onCreate(bundle);
|
||
|
setContentView(R.layout.2131558765);
|
||
|
ButterKnife.Dg_(this);
|
||
|
super.Z();
|
||
|
ac();
|
||
|
p(j());
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity
|
||
|
public final void Z() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = r + 9;
|
||
|
p = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.Z();
|
||
|
ac();
|
||
|
p(j());
|
||
|
int i4 = p + 103;
|
||
|
r = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private static void aA(char[] cArr, int i, Object[] objArr) {
|
||
|
int i2 = 2 % 2;
|
||
|
jTb jtb = new jTb();
|
||
|
char[] cArr2 = new char[cArr.length];
|
||
|
jtb.b = 0;
|
||
|
char[] cArr3 = new char[2];
|
||
|
while (jtb.b < cArr.length) {
|
||
|
int i3 = $11 + 33;
|
||
|
$10 = i3 % 128;
|
||
|
int i4 = 58224;
|
||
|
if (i3 % 2 != 0) {
|
||
|
cArr3[1] = cArr[jtb.b];
|
||
|
cArr3[0] = cArr[jtb.b >> 1];
|
||
|
} else {
|
||
|
cArr3[0] = cArr[jtb.b];
|
||
|
cArr3[1] = cArr[jtb.b + 1];
|
||
|
}
|
||
|
for (int i5 = 0; i5 < 16; i5++) {
|
||
|
int i6 = $11 + 67;
|
||
|
$10 = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
char c = cArr3[1];
|
||
|
char c2 = cArr3[0];
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(c), Integer.valueOf((c2 + i4) ^ ((c2 << 4) + ((char) (f6539o ^ 41718355337583039L)))), Integer.valueOf(c2 >>> 5), Integer.valueOf(k)};
|
||
|
Object obj = xzZ.y.get(597144044);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c((KeyEvent.getMaxKeyCode() >> 16) + 412, '5' - AndroidCharacter.getMirror('0'), (char) (ViewConfiguration.getEdgeSlop() >> 16));
|
||
|
byte b2 = (byte) 0;
|
||
|
byte b3 = (byte) (b2 - 1);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC(b2, b3, (byte) (b3 & 56), objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(597144044, obj);
|
||
|
}
|
||
|
char charValue = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
cArr3[1] = charValue;
|
||
|
Object[] objArr4 = {Integer.valueOf(cArr3[0]), Integer.valueOf((charValue + i4) ^ ((charValue << 4) + ((char) (b ^ 41718355337583039L)))), Integer.valueOf(charValue >>> 5), Integer.valueOf(m)};
|
||
|
Object obj2 = xzZ.y.get(597144044);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(460 - AndroidCharacter.getMirror('0'), (ViewConfiguration.getMaximumDrawingCacheSize() >> 24) + 5, (char) ((Process.getThreadPriority(0) + 20) >> 6));
|
||
|
byte b4 = (byte) 0;
|
||
|
byte b5 = (byte) (b4 - 1);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC(b4, b5, (byte) (b5 & 56), objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(597144044, obj2);
|
||
|
}
|
||
|
cArr3[0] = ((Character) ((Method) obj2).invoke(null, objArr4)).charValue();
|
||
|
i4 -= 40503;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
cArr2[jtb.b] = cArr3[0];
|
||
|
cArr2[jtb.b + 1] = cArr3[1];
|
||
|
Object[] objArr6 = {jtb, jtb};
|
||
|
Object obj3 = xzZ.y.get(943004485);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c(Gravity.getAbsoluteGravity(0, 0) + 98, TextUtils.indexOf((CharSequence) "", '0') + 6, (char) (ViewConfiguration.getEdgeSlop() >> 16));
|
||
|
byte b6 = (byte) 0;
|
||
|
byte b7 = (byte) (b6 - 1);
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aC(b6, b7, (byte) (b7 & 55), objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Object.class, Object.class);
|
||
|
xzZ.y.put(943004485, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(null, objArr6);
|
||
|
}
|
||
|
objArr[0] = new String(cArr2, 0, i);
|
||
|
}
|
||
|
|
||
|
public final void a(ES es) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = r + 95;
|
||
|
p = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
ReviewCommonFragment e = ReviewCommonFragment.e(es);
|
||
|
AbstractC13482fbE a = getSupportFragmentManager().a();
|
||
|
a.b(R.id.frame_container, e, null, 4);
|
||
|
a.b();
|
||
|
return;
|
||
|
}
|
||
|
ReviewCommonFragment e2 = ReviewCommonFragment.e(es);
|
||
|
AbstractC13482fbE a2 = getSupportFragmentManager().a();
|
||
|
a2.b(R.id.frame_container, e2, null, 2);
|
||
|
a2.b();
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity
|
||
|
protected final void ab() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = p + 85;
|
||
|
r = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
getWindow().setFlags(8192, 8192);
|
||
|
int i4 = p + 79;
|
||
|
r = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
int i5 = 42 / 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ReviewCommonFragment.IeS
|
||
|
public final void h() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = p + 57;
|
||
|
r = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object obj = null;
|
||
|
g();
|
||
|
if (i3 == 0) {
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
int i4 = p + 117;
|
||
|
r = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private static void aB(int[] iArr, char[] cArr, int i, byte[] bArr, Object[] objArr) {
|
||
|
int i2;
|
||
|
int length;
|
||
|
char[] cArr2;
|
||
|
int i3 = 2 % 2;
|
||
|
C3614bBe c3614bBe = new C3614bBe();
|
||
|
char[] cArr3 = l;
|
||
|
float f = BitmapDescriptorFactory.HUE_RED;
|
||
|
if (cArr3 != null) {
|
||
|
int i4 = $11 + 65;
|
||
|
$10 = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
length = cArr3.length;
|
||
|
cArr2 = new char[length];
|
||
|
} else {
|
||
|
length = cArr3.length;
|
||
|
cArr2 = new char[length];
|
||
|
}
|
||
|
int i5 = 0;
|
||
|
while (i5 < length) {
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(cArr3[i5])};
|
||
|
Object obj = xzZ.y.get(-950481649);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c(KeyEvent.keyCodeFromString("") + 337, (ViewConfiguration.getMaximumFlingVelocity() >> 16) + 5, (char) (TypedValue.complexToFraction(0, f, f) > f ? 1 : (TypedValue.complexToFraction(0, f, f) == f ? 0 : -1)));
|
||
|
byte b2 = (byte) 0;
|
||
|
byte b3 = (byte) (b2 - 1);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC(b2, b3, (byte) (b3 & 57), objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE);
|
||
|
xzZ.y.put(-950481649, obj);
|
||
|
}
|
||
|
cArr2[i5] = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
i5++;
|
||
|
f = BitmapDescriptorFactory.HUE_RED;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
cArr3 = cArr2;
|
||
|
}
|
||
|
try {
|
||
|
Object[] objArr4 = {Integer.valueOf(t)};
|
||
|
Object obj2 = xzZ.y.get(-1521625011);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c((-16776933) - Color.rgb(0, 0, 0), 5 - Color.blue(0), (char) (39813 - (TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1))));
|
||
|
byte b4 = (byte) 0;
|
||
|
byte b5 = (byte) (b4 - 1);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC(b4, b5, (byte) (b5 + 1), objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Integer.TYPE);
|
||
|
xzZ.y.put(-1521625011, obj2);
|
||
|
}
|
||
|
int intValue = ((Integer) ((Method) obj2).invoke(null, objArr4)).intValue();
|
||
|
if (q) {
|
||
|
int i6 = $11 + 3;
|
||
|
$10 = i6 % 128;
|
||
|
if (i6 % 2 != 0) {
|
||
|
c3614bBe.c = bArr.length;
|
||
|
i2 = c3614bBe.c;
|
||
|
} else {
|
||
|
c3614bBe.c = bArr.length;
|
||
|
i2 = c3614bBe.c;
|
||
|
}
|
||
|
char[] cArr4 = new char[i2];
|
||
|
c3614bBe.a = 0;
|
||
|
while (c3614bBe.a < c3614bBe.c) {
|
||
|
cArr4[c3614bBe.a] = (char) (cArr3[bArr[(c3614bBe.c - 1) - c3614bBe.a] + i] - intValue);
|
||
|
Object[] objArr6 = {c3614bBe, c3614bBe};
|
||
|
Object obj3 = xzZ.y.get(1779759091);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c(40 - View.MeasureSpec.getSize(0), 6 - (ViewConfiguration.getScrollFriction() > BitmapDescriptorFactory.HUE_RED ? 1 : (ViewConfiguration.getScrollFriction() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), (char) Drawable.resolveOpacity(0, 0))).getMethod("D", Object.class, Object.class);
|
||
|
xzZ.y.put(1779759091, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(null, objArr6);
|
||
|
}
|
||
|
objArr[0] = new String(cArr4);
|
||
|
return;
|
||
|
}
|
||
|
if (!s) {
|
||
|
c3614bBe.c = iArr.length;
|
||
|
char[] cArr5 = new char[c3614bBe.c];
|
||
|
c3614bBe.a = 0;
|
||
|
while (c3614bBe.a < c3614bBe.c) {
|
||
|
cArr5[c3614bBe.a] = (char) (cArr3[iArr[(c3614bBe.c - 1) - c3614bBe.a] - i] - intValue);
|
||
|
c3614bBe.a++;
|
||
|
}
|
||
|
objArr[0] = new String(cArr5);
|
||
|
return;
|
||
|
}
|
||
|
c3614bBe.c = cArr.length;
|
||
|
char[] cArr6 = new char[c3614bBe.c];
|
||
|
c3614bBe.a = 0;
|
||
|
while (c3614bBe.a < c3614bBe.c) {
|
||
|
cArr6[c3614bBe.a] = (char) (cArr3[cArr[(c3614bBe.c - 1) - c3614bBe.a] - i] - intValue);
|
||
|
Object[] objArr7 = {c3614bBe, c3614bBe};
|
||
|
Object obj4 = xzZ.y.get(1779759091);
|
||
|
if (obj4 == null) {
|
||
|
obj4 = ((Class) xzZ.c(41 - (ViewConfiguration.getGlobalActionKeyTimeout() > 0L ? 1 : (ViewConfiguration.getGlobalActionKeyTimeout() == 0L ? 0 : -1)), 5 - Color.blue(0), (char) (1 - (SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1))))).getMethod("D", Object.class, Object.class);
|
||
|
xzZ.y.put(1779759091, obj4);
|
||
|
}
|
||
|
((Method) obj4).invoke(null, objArr7);
|
||
|
int i7 = $11 + 117;
|
||
|
$10 = i7 % 128;
|
||
|
int i8 = i7 % 2;
|
||
|
}
|
||
|
objArr[0] = new String(cArr6);
|
||
|
} catch (Throwable th2) {
|
||
|
Throwable cause2 = th2.getCause();
|
||
|
if (cause2 == null) {
|
||
|
throw th2;
|
||
|
}
|
||
|
throw cause2;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC9792dqa, 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 void onResume() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = r + 73;
|
||
|
p = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
Object obj = null;
|
||
|
if (baseContext == null) {
|
||
|
int i4 = p + 101;
|
||
|
r = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
aA(new char[]{10507, 57507, 15920, 46966, 20919, 28009, 14667, 37526, 7671, 42301, 55874, 8639, 56730, 37446, 64750, 65290, 22709, 9871, 42896, 45173, 58210, 20635, 63914, 7556, 9779, 20465}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 13, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aA(new char[]{24520, 63325, 59322, 51967, 45553, 12070, 55410, 21316, 23415, 59822, 39948, 21092, 14194, 25364, 64750, 65290, 23764, 49353}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.hml_document_uploaded_files).substring(0, 3).length() + 15, objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = r + 89;
|
||
|
p = i6 % 128;
|
||
|
if (i6 % 2 != 0) {
|
||
|
baseContext.getApplicationContext();
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj2 = xzZ.y.get(125943855);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c((SystemClock.elapsedRealtime() > 0L ? 1 : (SystemClock.elapsedRealtime() == 0L ? 0 : -1)) + 491, 5 - (PointF.length(BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) > BitmapDescriptorFactory.HUE_RED ? 1 : (PointF.length(BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), (char) ExpandableListView.getPackedPositionGroup(0L))).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.getKeyRepeatTimeout() >> 16) + 487, 5 - TextUtils.getTrimmedLength(""), (char) (ViewConfiguration.getEdgeSlop() >> 16))).getMethod(KtaJsonExactionHelper.OBJECT, Context.class);
|
||
|
xzZ.y.put(1378719468, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(invoke, objArr3);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onResume();
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC9792dqa, 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 void onPause() {
|
||
|
int i = 2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
Object obj = null;
|
||
|
if (baseContext == null) {
|
||
|
int i2 = p + 45;
|
||
|
r = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
aA(new char[]{10507, 57507, 15920, 46966, 20919, 28009, 14667, 37526, 7671, 42301, 55874, 8639, 56730, 37446, 64750, 65290, 22709, 9871, 42896, 45173, 58210, 20635, 63914, 7556, 9779, 20465}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 13, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aA(new char[]{24520, 63325, 59322, 51967, 45553, 12070, 55410, 21316, 23415, 59822, 39948, 21092, 14194, 25364, 64750, 65290, 23764, 49353}, (ViewConfiguration.getMaximumDrawingCacheSize() >> 24) + 18, objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i4 = r + 89;
|
||
|
p = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
baseContext.getApplicationContext();
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i5 = r + 79;
|
||
|
p = i5 % 128;
|
||
|
try {
|
||
|
if (i5 % 2 != 0) {
|
||
|
Object obj2 = xzZ.y.get(125943855);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(492 - (ViewConfiguration.getTouchSlop() >> 8), (Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1)) + 4, (char) ((Process.getThreadPriority(0) + 20) >> 6))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj2);
|
||
|
}
|
||
|
Object invoke = ((Method) obj2).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj3 = xzZ.y.get(1633456013);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c(487 - TextUtils.getOffsetAfter("", 0), 6 - (SystemClock.elapsedRealtime() > 0L ? 1 : (SystemClock.elapsedRealtime() == 0L ? 0 : -1)), (char) (Process.myTid() >> 22))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(invoke, objArr3);
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
Object obj4 = xzZ.y.get(125943855);
|
||
|
if (obj4 == null) {
|
||
|
obj4 = ((Class) xzZ.c(492 - TextUtils.indexOf("", ""), View.MeasureSpec.getMode(0) + 5, (char) (ViewConfiguration.getLongPressTimeout() >> 16))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj4);
|
||
|
}
|
||
|
Object invoke2 = ((Method) obj4).invoke(null, null);
|
||
|
Object[] objArr4 = {baseContext};
|
||
|
Object obj5 = xzZ.y.get(1633456013);
|
||
|
if (obj5 == null) {
|
||
|
obj5 = ((Class) xzZ.c(487 - (KeyEvent.getMaxKeyCode() >> 16), 4 - TextUtils.indexOf((CharSequence) "", '0', 0, 0), (char) ((ViewConfiguration.getScrollFriction() > BitmapDescriptorFactory.HUE_RED ? 1 : (ViewConfiguration.getScrollFriction() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) - 1))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj5);
|
||
|
}
|
||
|
((Method) obj5).invoke(invoke2, objArr4);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onPause();
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC9792dqa, 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 void attachBaseContext(Context context) {
|
||
|
Context context2;
|
||
|
int i = 2 % 2;
|
||
|
int i2 = r + 51;
|
||
|
p = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.attachBaseContext(context);
|
||
|
Object[] objArr = new Object[1];
|
||
|
aA(new char[]{10507, 57507, 15920, 46966, 20919, 28009, 14667, 37526, 35606, 44813, 50960, 55122, 34212, 20233, 50653, 7513, 9038, 35172}, (ViewConfiguration.getZoomControlsTimeout() > 0L ? 1 : (ViewConfiguration.getZoomControlsTimeout() == 0L ? 0 : -1)) + 17, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aB(null, null, ((Process.getThreadPriority(0) + 20) >> 6) + 127, new byte[]{ISOFileInfo.PROP_INFO, -124, ISOFileInfo.FILE_IDENTIFIER, -126, ISOFileInfo.DATA_BYTES2}, objArr2);
|
||
|
int intValue = ((Integer) cls.getDeclaredMethod((String) objArr2[0], new Class[0]).invoke(null, new Object[0])).intValue() % 100000;
|
||
|
if (intValue >= 99000) {
|
||
|
int i4 = r + 119;
|
||
|
p = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
if (intValue <= 99999) {
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
if (context != null) {
|
||
|
int i6 = r + 81;
|
||
|
p = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
context2 = context.getApplicationContext();
|
||
|
} else {
|
||
|
context2 = context;
|
||
|
}
|
||
|
if (context2 != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - View.getDefaultSize(0, 0), TextUtils.lastIndexOf("", '0') + 6, (char) (1 - (SystemClock.elapsedRealtimeNanos() > 0L ? 1 : (SystemClock.elapsedRealtimeNanos() == 0L ? 0 : -1))))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aA(new char[]{16782, 28538, 17389, 33967, 52715, 50238, 60345, 46835, 59269, 31225, 26525, 23940, 22983, 64129, 38410, 31256, 59730, 29163, 44888, 31522, 7358, 48247, 7286, 8216, 47982, 36546, 28699, 19280, 51031, 50672, 49878, 40789, 38708, 20459, 57349, 7556, 3158, 54778, 47564, 56413, 34794, 46074, 55404, 49087, 17161, 47201, 8756, 3717}, ((byte) KeyEvent.getModifierMetaStateMask()) + 49, objArr3);
|
||
|
String str = (String) objArr3[0];
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aA(new char[]{3485, 55555, 33153, 5504, 37883, 28464, 39688, 13209, 53325, 20052, 51326, 46677, 51326, 46677, 58237, 37027, 62666, 61805, 1135, 11352, 1389, 39133, 4524, 65481, 2013, 61621, 9787, 9366, 34371, 6141, 19994, 39104, 21479, 51464, 43830, 53137, 53839, 39221, 47564, 56413, 37883, 28464, 64330, 52941, 59932, 10721, 37883, 28464, 56345, 38038, 13063, 32204, 17161, 47201, 29970, 18426, 19642, 15905, 46356, 65508, 37883, 28464, 23070, 8875}, (ViewConfiguration.getScrollBarSize() >> 8) + 64, objArr4);
|
||
|
String str2 = (String) objArr4[0];
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aB(null, null, (ViewConfiguration.getScrollBarSize() >> 8) + 127, new byte[]{-111, -110, ISOFileInfo.FCI_EXT, -108, -122, -113, -122, -120, -113, -120, ISOFileInfo.SECURITY_ATTR_COMPACT, -109, ISOFileInfo.FCI_EXT, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.LCS_BYTE, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -109, -110, -113, -119, -108, -120, -108, -112, -112, ISOFileInfo.SECURITY_ATTR_EXP, -108, -108, -122, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.PROP_INFO, ISOFileInfo.SECURITY_ATTR_COMPACT, -109, ISOFileInfo.FCI_EXT, ISOFileInfo.LCS_BYTE, -113, ISOFileInfo.FCI_EXT, -110, ISOFileInfo.SECURITY_ATTR_EXP, -111, -120, -112, -120, -113, ISOFileInfo.ENV_TEMP_EF, -122, ISOFileInfo.FCI_EXT, -120, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -119, ISOFileInfo.SECURITY_ATTR_COMPACT, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.LCS_BYTE, ISOFileInfo.LCS_BYTE, -119, -122, -119, -120, ISOFileInfo.FCI_EXT, -122}, objArr5);
|
||
|
String str3 = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aB(null, null, View.MeasureSpec.getSize(0) + 127, new byte[]{-104, -106, -98, ISOFileInfo.LCS_BYTE, -92, ISOFileInfo.LCS_BYTE, -102, ISOFileInfo.SECURITY_ATTR_EXP, -92, -102, -106, -104, ISOFileInfo.LCS_BYTE, ISOFileInfo.A1, -98, -124, -102, -124, -105, -122, -102, ISOFileInfo.DATA_BYTES2, -101, -110, ISOFileInfo.A0, ISOFileInfo.LCS_BYTE, -100, -122, -94, -93, -104, ISOFileInfo.PROP_INFO, -100, -122, -94, ISOFileInfo.A1, ISOFileInfo.A0, -106, -104, -122, -110, -106, -122, ISOFileInfo.LCS_BYTE, -100, -107, -106, ISOFileInfo.A0, -97, -98, -122, ISOFileInfo.ENV_TEMP_EF, -99, -122, -124, -110, -100, ISOFileInfo.LCS_BYTE, ISOFileInfo.DATA_BYTES2, ISOFileInfo.DATA_BYTES2, -101, -110, ISOFileInfo.DATA_BYTES2, -122, -124, -104, -102, -102, -103, -104, -105, -106, -106, -107}, objArr6);
|
||
|
String str4 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aB(null, null, 128 - (ViewConfiguration.getZoomControlsTimeout() > 0L ? 1 : (ViewConfiguration.getZoomControlsTimeout() == 0L ? 0 : -1)), new byte[]{-120, ISOFileInfo.A0, ISOFileInfo.FCI_EXT, ISOFileInfo.A0, ISOFileInfo.SECURITY_ATTR_COMPACT}, objArr7);
|
||
|
String str5 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aB(null, null, 126 - TextUtils.indexOf((CharSequence) "", '0', 0, 0), new byte[]{ISOFileInfo.LCS_BYTE, -112, -108, ISOFileInfo.CHANNEL_SECURITY, -108, -110, ISOFileInfo.LCS_BYTE, -111, -122, ISOFileInfo.SECURITY_ATTR_EXP, -110, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.A5, -110, ISOFileInfo.LCS_BYTE, ISOFileInfo.ENV_TEMP_EF, -122, ISOFileInfo.A5, -112, -112, ISOFileInfo.SECURITY_ATTR_EXP, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.A5, ISOFileInfo.ENV_TEMP_EF, ISOFileInfo.LCS_BYTE, -120, -109, ISOFileInfo.A5, -120, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.SECURITY_ATTR_COMPACT, ISOFileInfo.PROP_INFO, ISOFileInfo.CHANNEL_SECURITY, ISOFileInfo.SECURITY_ATTR_EXP, -122, ISOFileInfo.LCS_BYTE}, 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 - (ViewConfiguration.getScrollBarSize() >> 8), 5 - Drawable.resolveOpacity(0, 0), (char) View.MeasureSpec.getSize(0))).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);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC9792dqa, 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 void onStart() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = r + 95;
|
||
|
p = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.onStart();
|
||
|
if (i3 == 0) {
|
||
|
return;
|
||
|
}
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
}
|