1190 lines
59 KiB
Java
1190 lines
59 KiB
Java
|
package com.scb.phone.view.activity.ndid;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.DialogInterface;
|
||
|
import android.content.Intent;
|
||
|
import android.graphics.Color;
|
||
|
import android.graphics.ImageFormat;
|
||
|
import android.graphics.PointF;
|
||
|
import android.graphics.drawable.Drawable;
|
||
|
import android.media.AudioTrack;
|
||
|
import android.os.Bundle;
|
||
|
import android.os.PersistableBundle;
|
||
|
import android.os.Process;
|
||
|
import android.os.SystemClock;
|
||
|
import android.telephony.cdma.CdmaCellLocation;
|
||
|
import android.text.SpannableString;
|
||
|
import android.text.SpannableStringBuilder;
|
||
|
import android.text.TextUtils;
|
||
|
import android.text.method.LinkMovementMethod;
|
||
|
import android.util.TypedValue;
|
||
|
import android.view.KeyEvent;
|
||
|
import android.view.MotionEvent;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewConfiguration;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.AdapterView;
|
||
|
import android.widget.ArrayAdapter;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.ExpandableListView;
|
||
|
import android.widget.Spinner;
|
||
|
import android.widget.SpinnerAdapter;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import butterknife.OnCheckedChanged;
|
||
|
import butterknife.OnClick;
|
||
|
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.activity.BaseActivity;
|
||
|
import com.scb.phone.view.activity.HomeActivity;
|
||
|
import com.scb.phone.view.activity.ndid.IdpShareInformationActivity;
|
||
|
import com.scb.phone.view.activity.prelogin.PinLoginActivity;
|
||
|
import com.scb.phone.view.custom.common.CustomDialog;
|
||
|
import com.scb.phone.view.custom.ndid.CustomIdpTitleWithLabelView;
|
||
|
import java.lang.reflect.Method;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.List;
|
||
|
import o.AbstractActivityC11246ebi;
|
||
|
import o.C0690Mh;
|
||
|
import o.C0693Mj;
|
||
|
import o.C0971Sp;
|
||
|
import o.C0973Sr;
|
||
|
import o.C0974Ss;
|
||
|
import o.C0975St;
|
||
|
import o.C11560ehe;
|
||
|
import o.C15715hv;
|
||
|
import o.C17046tXv;
|
||
|
import o.C4359bXr;
|
||
|
import o.GuL;
|
||
|
import o.Heg;
|
||
|
import o.IFW;
|
||
|
import o.IRS;
|
||
|
import o.InterfaceC0834Plv;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
import o.InterfaceC9421djS;
|
||
|
import o.ZI;
|
||
|
import o.cXH;
|
||
|
import o.gjJ;
|
||
|
import o.huo;
|
||
|
import o.xzZ;
|
||
|
import org.bouncycastle.crypto.tls.CipherSuite;
|
||
|
import org.jnbis.internal.NistHelper;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class IdpShareInformationActivity extends AbstractActivityC11246ebi implements InterfaceC9421djS {
|
||
|
|
||
|
@BindView
|
||
|
Button buttonNext;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customCitizenId;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customCompanyName;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customCurrentAddress;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customDateOfBirth;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customEnglishName;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customGender;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customHomeAddress;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customIncome;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customJobTitle;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customMaritalStatus;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customNationality;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customSingleContactNumber;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customThaiName;
|
||
|
|
||
|
@BindView
|
||
|
CustomIdpTitleWithLabelView customWorkAddress;
|
||
|
private String l;
|
||
|
|
||
|
@BindView
|
||
|
ViewGroup layoutAllContactNumberContainers;
|
||
|
|
||
|
@BindView
|
||
|
ViewGroup layoutContactInfoSection;
|
||
|
|
||
|
@BindView
|
||
|
ViewGroup layoutMultiContactNumberContainers;
|
||
|
|
||
|
@BindView
|
||
|
ViewGroup layoutOccupationInfoSection;
|
||
|
|
||
|
@BindView
|
||
|
ViewGroup layoutPersonalInfoSection;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private huo<Intent> f7609o;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public C4359bXr presenter;
|
||
|
|
||
|
@BindView
|
||
|
Spinner spnMultiContactNumberValue;
|
||
|
|
||
|
@BindView
|
||
|
TextView textCancellation;
|
||
|
|
||
|
@BindView
|
||
|
TextView textCreatedDate;
|
||
|
private static final byte[] $$p = {85, -17, 4, -90};
|
||
|
private static final int $$q = CipherSuite.TLS_DH_anon_WITH_AES_256_GCM_SHA384;
|
||
|
private static int $10 = 0;
|
||
|
private static int $11 = 1;
|
||
|
private static int t = 0;
|
||
|
private static int s = 1;
|
||
|
private static long p = 5267790430718308518L;
|
||
|
private static char[] q = {35373, 49126, 49095, 49106, 49034, 49098, 49089, 49114, 49115, 49035, 49027, 49118, 35375, 35368, 49091, 49110, 49053, 49105, 35370, 49138, 49031, 49093, 49030, 49024, 49029, 49111, 49109, 49117, 35372, 49127, 49026, 49116, 49028, 49025, 35371, 49104};
|
||
|
private static char r = 35375;
|
||
|
protected int m = -1;
|
||
|
private IFW k = new IFW();
|
||
|
|
||
|
/* 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:0x0027). 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(short r5, short r6, byte r7, java.lang.Object[] r8) {
|
||
|
/*
|
||
|
int r5 = r5 * 4
|
||
|
int r5 = r5 + 4
|
||
|
int r6 = 121 - r6
|
||
|
byte[] r0 = com.scb.phone.view.activity.ndid.IdpShareInformationActivity.$$p
|
||
|
int r7 = r7 * 3
|
||
|
int r1 = r7 + 1
|
||
|
byte[] r1 = new byte[r1]
|
||
|
r2 = 0
|
||
|
if (r0 != 0) goto L15
|
||
|
r4 = r6
|
||
|
r6 = r7
|
||
|
r3 = r2
|
||
|
goto L27
|
||
|
L15:
|
||
|
r3 = r2
|
||
|
L16:
|
||
|
byte r4 = (byte) r6
|
||
|
r1[r3] = r4
|
||
|
if (r3 != r7) goto L23
|
||
|
java.lang.String r5 = new java.lang.String
|
||
|
r5.<init>(r1, r2)
|
||
|
r8[r2] = r5
|
||
|
return
|
||
|
L23:
|
||
|
int r3 = r3 + 1
|
||
|
r4 = r0[r5]
|
||
|
L27:
|
||
|
int r6 = r6 + r4
|
||
|
int r5 = r5 + 1
|
||
|
goto L16
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.ndid.IdpShareInformationActivity.aC(short, short, byte, java.lang.Object[]):void");
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ Object c(Object[] objArr, int i, int i2, int i3) {
|
||
|
int i4 = (i * (-1939)) + (i2 * 971);
|
||
|
int i5 = ~i2;
|
||
|
int i6 = ~(i5 | i);
|
||
|
int i7 = ~((~i3) | i2);
|
||
|
int i8 = ~i;
|
||
|
int i9 = i4 + ((i6 | i7) * (-970)) + ((~(i2 | i8)) * 1940) + (((~(i8 | i5)) | i7) * 970);
|
||
|
return i9 != 1 ? i9 != 2 ? c(objArr) : e(objArr) : b(objArr);
|
||
|
}
|
||
|
|
||
|
private static void aA(char[] cArr, int i, Object[] objArr) {
|
||
|
int i2 = 2 % 2;
|
||
|
GuL guL = new GuL();
|
||
|
char[] a = GuL.a(p ^ (-7538262848231253921L), cArr, i);
|
||
|
guL.a = 4;
|
||
|
while (guL.a < a.length) {
|
||
|
int i3 = $11 + 49;
|
||
|
$10 = i3 % 128;
|
||
|
int i4 = i3 % 2;
|
||
|
guL.c = guL.a - 4;
|
||
|
int i5 = guL.a;
|
||
|
try {
|
||
|
Object[] objArr2 = {Long.valueOf(a[guL.a] ^ a[guL.a % 4]), Long.valueOf(guL.c), Long.valueOf(p)};
|
||
|
Object obj = xzZ.y.get(428080616);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c(Drawable.resolveOpacity(0, 0) + 208, 5 - TextUtils.getOffsetBefore("", 0), (char) (TextUtils.indexOf("", "") + 1706));
|
||
|
byte b = (byte) 0;
|
||
|
byte b2 = (byte) (b + 2);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC(b, b2, (byte) (b2 - 2), objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Long.TYPE, Long.TYPE, Long.TYPE);
|
||
|
xzZ.y.put(428080616, obj);
|
||
|
}
|
||
|
a[i5] = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
try {
|
||
|
Object[] objArr4 = {guL, guL};
|
||
|
Object obj2 = xzZ.y.get(-1875914398);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c((ViewConfiguration.getFadingEdgeLength() >> 16) + 392, 6 - (SystemClock.elapsedRealtimeNanos() > 0L ? 1 : (SystemClock.elapsedRealtimeNanos() == 0L ? 0 : -1)), (char) (ViewConfiguration.getKeyRepeatDelay() >> 16));
|
||
|
byte b3 = (byte) 0;
|
||
|
byte b4 = b3;
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC(b3, b4, b4, objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Object.class, Object.class);
|
||
|
xzZ.y.put(-1875914398, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(null, objArr4);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
} catch (Throwable th2) {
|
||
|
Throwable cause2 = th2.getCause();
|
||
|
if (cause2 == null) {
|
||
|
throw th2;
|
||
|
}
|
||
|
throw cause2;
|
||
|
}
|
||
|
}
|
||
|
String str = new String(a, 4, a.length - 4);
|
||
|
int i6 = $11 + 73;
|
||
|
$10 = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
objArr[0] = str;
|
||
|
}
|
||
|
|
||
|
public static Intent aiO_(Context context, String str, String str2, List<String> list) {
|
||
|
int i = 2 % 2;
|
||
|
Intent intent = new Intent(context, (Class<?>) IdpShareInformationActivity.class);
|
||
|
intent.putExtra("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID", str);
|
||
|
intent.putExtra("com.scb.phone.EXTRA_REQUEST_TYPE", str2);
|
||
|
intent.putStringArrayListExtra("com.scb.phone.EXTRA_SERVICE_ID_LIST", new ArrayList<>(list));
|
||
|
int i2 = t + 5;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
return intent;
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC11246ebi, 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[]{49330, 49363, 59744, 33271, 57551, 3400, 12633, 14289, 25401, 36163, 38269, 54185, 34581, 12613, 63835, 36779, 11116, 54589, 23858, 11194, 20305, 30989}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.debit_card_activation_card_reference_number_error).substring(41, 42).codePointAt(0) - 31, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aB(new char[]{17, 11, 7, '\r', 13918}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.hml_business_owner_industry_about_steps).substring(0, 2).length() + 94), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.number_of_purchases).substring(0, 3).length() + 2, 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[]{'\t', '!', 24, 7, 1, '\r', NistHelper.SEP_FS, '\r', 2, 15, 15, 17, 23, 31, 1, '\b', 19, '\t', 3, 0, 26, 11, '\t', '\f', 1, 27}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.hml_business_url_info_url_invalid_error).substring(41, 42).codePointAt(0) - 38), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(9) - 78, objArr3);
|
||
|
Class<?> cls2 = Class.forName((String) objArr3[0]);
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aA(new char[]{5899, 5992, 19702, 9338, 22087, 49589, 34759, 64300, 46218, 10441, 9189, 7995, 20659, 38091, 20369, 17263, 64708, 28862, 60333, 59211, 39156, 56477}, 1 - View.MeasureSpec.getMode(0), objArr4);
|
||
|
baseContext = (Context) cls2.getMethod((String) objArr4[0], new Class[0]).invoke(null, null);
|
||
|
int i2 = s + 11;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i4 = t + 107;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
baseContext.getApplicationContext();
|
||
|
throw null;
|
||
|
}
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c((ViewConfiguration.getScrollBarSize() >> 8) + 492, (ExpandableListView.getPackedPositionForChild(0, 0) > 0L ? 1 : (ExpandableListView.getPackedPositionForChild(0, 0) == 0L ? 0 : -1)) + 6, (char) Color.green(0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aB(new char[]{31, '!', 23, 14, 29, 5, 27, 2, 16, 5, 3, '\t', 29, 23, 21, 11, 23, 29, 3, 15, 18, 21, 4, 5, 27, 25, '\"', 23, '\"', 5, 24, 31, '\"', 18, 6, '!', 27, 14, 13839, 13839, ' ', 21, '\n', NistHelper.SEP_FS, '!', 11, 14, 21}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.hml_success_remark_ntb).substring(71, 72).codePointAt(0) - 9), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.successful_qr_code_transfer_header).substring(19, 20).length() + 47, objArr5);
|
||
|
String str = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aA(new char[]{836, 801, 25205, 2798, 17543, 55119, 38211, 60865, 41110, 1617, 12645, 2489, 17641, 47642, 23823, 21962, 59610, 24189, 63790, 61929, 36066, 62035, 9524, 7430, 12371, 38581, 16768, 47396, 54319, 19081, 60925, 50543, 30794, 61154, 2457, 24912, 7251, 33472, 46496, 36133, 49269, 8491, 53267, 10946, 26010, 50541, 31804, 30378, 2493, 31002, 38927, 37530, 44432, 7551, 50243, 16099, 20915, 45403, 24628, 23122, 62724, 22012, 36060, 58900, 39214, 2521, 10408, 621}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.contact_info_mcmc_topup_date_of_birth).substring(0, 14).codePointAt(6) - 3628, objArr6);
|
||
|
String str2 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aB(new char[]{'\t', 15, 11, 22, 5, 21, 13827, 13827, '\"', 3, 21, 17, 14, 23, 11, '\n', 5, 15, NistHelper.SEP_FS, '\b', '\"', 6, '!', '\"', '!', 11, 27, 14, 6, 27, 1, NistHelper.SEP_FS, 23, 14, 4, 21, 21, '\"', 13743, 13743, NistHelper.SEP_FS, 16, 23, 18, 29, ' ', 27, '\f', '\f', 16, 3, 15, NistHelper.SEP_FS, 0, '\b', NistHelper.SEP_FS, '\t', 4, 27, 2, 21, '\n', 30, '!'}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.auto_single_form_check_eligibility_do_not_have_mf).substring(27, 28).codePointAt(0) - 28), 63 - ExpandableListView.getPackedPositionChild(0L), objArr7);
|
||
|
String str3 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aA(new char[]{54150, 54254, 62706, 40063, 50537, 56560, 5359, 58987, 28689, 37016, 45200, 528, 37949, 11479, 56498, 24110, 14409, 51381, 30874, 64010, 23667, 25732, 42120, 5858, 57491, '~', 49261, 45774, 1200, 56389, 27661, 52935, 43218, 30776, 34850, 27318, 52434, 5125, 13338, 34440, 4342, 47020, 20984, 8554, 46351, 21484, 64983, 32080, 55611, 61391, 6582, 39221, 32083, 35832, 17832, 13572, 33151, 10205, 57742, 20991, 9623, 49953, 3434, 60925, 18877, 40783, 43348, 2499, 60905, 15152, 54633, 42484, 12743, 55060, 28954, 49553, 22010, 29453}, 1 - TextUtils.getCapsMode("", 0, 0), objArr8);
|
||
|
String str4 = (String) objArr8[0];
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aB(new char[]{'\n', 22, '\n', 15, 13753}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.error_do_not_have_credit_card).substring(65, 66).codePointAt(0) - 17), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 29, objArr9);
|
||
|
String str5 = (String) objArr9[0];
|
||
|
Object[] objArr10 = new Object[1];
|
||
|
aA(new char[]{17901, 17800, 63801, 37281, 57144, 38590, 3832, 44129, 58989, 40261, 43738, 18497, 520, 8534, 50866, 5224, 44579, 50473, 25234, 45083, 51788, 26905, 48791, 23716, 30459, 3497, 55869, 63692, 37511, 53651, 30272, 33948, 16102, 30193, 37493, 8364, 23289, 6541, 11803, 52432}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 33, 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(488 - (SystemClock.uptimeMillis() > 0L ? 1 : (SystemClock.uptimeMillis() == 0L ? 0 : -1)), (ViewConfiguration.getWindowTouchSlop() >> 8) + 5, (char) ((-1) - TextUtils.indexOf((CharSequence) "", '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);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
super.onCreate(bundle);
|
||
|
setContentView(R.layout.2131558621);
|
||
|
ButterKnife.Dg_(this);
|
||
|
super.Z();
|
||
|
setTitle(R.string.idp_share_information_activity_title);
|
||
|
ac();
|
||
|
this.presenter.e((C4359bXr) this);
|
||
|
if (getIntent().getStringExtra("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID") != null && getIntent().getStringExtra("com.scb.phone.EXTRA_REQUEST_TYPE") != null && getIntent().getStringArrayListExtra("com.scb.phone.EXTRA_SERVICE_ID_LIST") != null) {
|
||
|
String stringExtra = getIntent().getStringExtra("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID");
|
||
|
this.l = stringExtra;
|
||
|
this.presenter.d(stringExtra, getIntent().getStringExtra("com.scb.phone.EXTRA_REQUEST_TYPE"), getIntent().getStringArrayListExtra("com.scb.phone.EXTRA_SERVICE_ID_LIST"));
|
||
|
String string = getString(R.string.idp_share_information_cancellation_label_start);
|
||
|
StringBuilder sb = new StringBuilder(" ");
|
||
|
sb.append(getString(R.string.idp_share_information_cancellation_label_clickable));
|
||
|
sb.append(" ");
|
||
|
SpannableString Qo_ = C17046tXv.Qo_(string, sb.toString(), getResources(), new C17046tXv.HBt(this) { // from class: o.ebD
|
||
|
private IdpShareInformationActivity e;
|
||
|
|
||
|
@Override // o.C17046tXv.HBt
|
||
|
public final void e() {
|
||
|
IdpShareInformationActivity.a(this.e);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
}
|
||
|
}, false, 0, C15715hv.LWm.scb_purple);
|
||
|
SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder();
|
||
|
spannableStringBuilder.append((CharSequence) Qo_);
|
||
|
spannableStringBuilder.append((CharSequence) getString(R.string.idp_share_information_cancellation_label_end));
|
||
|
this.textCancellation.setText(spannableStringBuilder);
|
||
|
this.textCancellation.setMovementMethod(LinkMovementMethod.getInstance());
|
||
|
this.k.c(((BaseActivity) this).scbAnalytics, "ndid_idp_review_screen");
|
||
|
}
|
||
|
this.f7609o = registerForActivityResult(new C11560ehe.Sts(), new InterfaceC0834Plv(this) { // from class: o.ebz
|
||
|
private IdpShareInformationActivity a;
|
||
|
|
||
|
@Override // o.InterfaceC0834Plv
|
||
|
public final void d(Object obj3) {
|
||
|
IdpShareInformationActivity.d(this.a, (Heg) obj3);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
private static void aB(char[] cArr, byte b, int i, Object[] objArr) {
|
||
|
int i2;
|
||
|
int i3 = 2 % 2;
|
||
|
IRS irs = new IRS();
|
||
|
char[] cArr2 = q;
|
||
|
int i4 = 5;
|
||
|
if (cArr2 != null) {
|
||
|
int length = cArr2.length;
|
||
|
char[] cArr3 = new char[length];
|
||
|
int i5 = 0;
|
||
|
while (i5 < length) {
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(cArr2[i5])};
|
||
|
Object obj = xzZ.y.get(-1987398494);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c((SystemClock.elapsedRealtime() > 0L ? 1 : (SystemClock.elapsedRealtime() == 0L ? 0 : -1)) + 297, (Process.myTid() >> 22) + i4, (char) (TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)));
|
||
|
byte length2 = (byte) $$p.length;
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aC((byte) 0, length2, (byte) (length2 - 4), objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE);
|
||
|
xzZ.y.put(-1987398494, obj);
|
||
|
}
|
||
|
cArr3[i5] = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
i5++;
|
||
|
i4 = 5;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
int i6 = $10 + 85;
|
||
|
$11 = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
cArr2 = cArr3;
|
||
|
}
|
||
|
Object[] objArr4 = {Integer.valueOf(r)};
|
||
|
Object obj2 = xzZ.y.get(-1987398494);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(View.resolveSize(0, 0) + 298, 5 - (ViewConfiguration.getMaximumFlingVelocity() >> 16), (char) View.MeasureSpec.makeMeasureSpec(0, 0));
|
||
|
byte length3 = (byte) $$p.length;
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aC((byte) 0, length3, (byte) (length3 - 4), objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Integer.TYPE);
|
||
|
xzZ.y.put(-1987398494, obj2);
|
||
|
}
|
||
|
char charValue = ((Character) ((Method) obj2).invoke(null, objArr4)).charValue();
|
||
|
char[] cArr4 = new char[i];
|
||
|
if (i % 2 != 0) {
|
||
|
int i8 = $10 + 21;
|
||
|
$11 = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
i2 = i - 1;
|
||
|
cArr4[i2] = (char) (cArr[i2] - b);
|
||
|
} else {
|
||
|
i2 = i;
|
||
|
}
|
||
|
if (i2 > 1) {
|
||
|
irs.e = 0;
|
||
|
while (irs.e < i2) {
|
||
|
irs.b = cArr[irs.e];
|
||
|
irs.c = cArr[irs.e + 1];
|
||
|
if (irs.b == irs.c) {
|
||
|
cArr4[irs.e] = (char) (irs.b - b);
|
||
|
cArr4[irs.e + 1] = (char) (irs.c - b);
|
||
|
} else {
|
||
|
Object[] objArr6 = {irs, irs, Integer.valueOf(charValue), irs, irs, Integer.valueOf(charValue), irs, irs, Integer.valueOf(charValue), irs, irs, Integer.valueOf(charValue), irs};
|
||
|
Object obj3 = xzZ.y.get(822107368);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c((CdmaCellLocation.convertQuartSecToDecDegrees(0) > 0.0d ? 1 : (CdmaCellLocation.convertQuartSecToDecDegrees(0) == 0.0d ? 0 : -1)) + 233, 5 - Color.red(0), (char) (22024 - (ViewConfiguration.getJumpTapTimeout() >> 16)));
|
||
|
byte b2 = (byte) 0;
|
||
|
byte b3 = (byte) (b2 + 1);
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aC(b2, b3, (byte) (b3 - 1), objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Object.class, Object.class, Integer.TYPE, Object.class, Object.class, Integer.TYPE, Object.class, Object.class, Integer.TYPE, Object.class, Object.class, Integer.TYPE, Object.class);
|
||
|
xzZ.y.put(822107368, obj3);
|
||
|
}
|
||
|
if (((Integer) ((Method) obj3).invoke(null, objArr6)).intValue() == irs.j) {
|
||
|
int i10 = $10 + 91;
|
||
|
$11 = i10 % 128;
|
||
|
int i11 = i10 % 2;
|
||
|
Object[] objArr8 = {irs, irs, Integer.valueOf(charValue), Integer.valueOf(charValue), irs, irs, Integer.valueOf(charValue), Integer.valueOf(charValue), irs, Integer.valueOf(charValue), irs};
|
||
|
Object obj4 = xzZ.y.get(-1152873385);
|
||
|
if (obj4 == null) {
|
||
|
Class cls4 = (Class) xzZ.c(Color.rgb(0, 0, 0) + 16777543, MotionEvent.axisFromString("") + 6, (char) (TextUtils.indexOf((CharSequence) "", '0', 0) + 1));
|
||
|
byte b4 = (byte) 0;
|
||
|
byte b5 = (byte) (b4 + 3);
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aC(b4, b5, (byte) (b5 - 3), objArr9);
|
||
|
obj4 = cls4.getMethod((String) objArr9[0], Object.class, Object.class, Integer.TYPE, Integer.TYPE, Object.class, Object.class, Integer.TYPE, Integer.TYPE, Object.class, Integer.TYPE, Object.class);
|
||
|
xzZ.y.put(-1152873385, obj4);
|
||
|
}
|
||
|
int intValue = ((Integer) ((Method) obj4).invoke(null, objArr8)).intValue();
|
||
|
int i12 = (irs.d * charValue) + irs.j;
|
||
|
cArr4[irs.e] = cArr2[intValue];
|
||
|
cArr4[irs.e + 1] = cArr2[i12];
|
||
|
} else if (irs.a == irs.d) {
|
||
|
irs.f = ((irs.f + charValue) - 1) % charValue;
|
||
|
irs.j = ((irs.j + charValue) - 1) % charValue;
|
||
|
int i13 = (irs.a * charValue) + irs.f;
|
||
|
int i14 = (irs.d * charValue) + irs.j;
|
||
|
cArr4[irs.e] = cArr2[i13];
|
||
|
cArr4[irs.e + 1] = cArr2[i14];
|
||
|
} else {
|
||
|
int i15 = (irs.a * charValue) + irs.j;
|
||
|
int i16 = (irs.d * charValue) + irs.f;
|
||
|
cArr4[irs.e] = cArr2[i15];
|
||
|
cArr4[irs.e + 1] = cArr2[i16];
|
||
|
}
|
||
|
}
|
||
|
irs.e += 2;
|
||
|
}
|
||
|
}
|
||
|
int i17 = 0;
|
||
|
while (i17 < i) {
|
||
|
int i18 = $10 + 105;
|
||
|
int i19 = i18 % 128;
|
||
|
$11 = i19;
|
||
|
if (i18 % 2 == 0) {
|
||
|
cArr4[i17] = (char) (cArr4[i17] ^ 10184);
|
||
|
i17 += 14;
|
||
|
} else {
|
||
|
cArr4[i17] = (char) (cArr4[i17] ^ 13722);
|
||
|
i17++;
|
||
|
}
|
||
|
int i20 = i19 + 5;
|
||
|
$10 = i20 % 128;
|
||
|
int i21 = i20 % 2;
|
||
|
}
|
||
|
objArr[0] = new String(cArr4);
|
||
|
}
|
||
|
|
||
|
@Override // android.app.Activity
|
||
|
public void onSaveInstanceState(Bundle bundle, PersistableBundle persistableBundle) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 27;
|
||
|
s = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
super.onSaveInstanceState(bundle, persistableBundle);
|
||
|
bundle.putString("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID", this.l);
|
||
|
int i3 = t + 63;
|
||
|
s = i3 % 128;
|
||
|
int i4 = i3 % 2;
|
||
|
return;
|
||
|
}
|
||
|
super.onSaveInstanceState(bundle, persistableBundle);
|
||
|
bundle.putString("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID", this.l);
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity, android.app.Activity
|
||
|
public void onRestoreInstanceState(Bundle bundle) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 117;
|
||
|
t = i2 % 128;
|
||
|
Object obj = null;
|
||
|
if (i2 % 2 == 0) {
|
||
|
super.onRestoreInstanceState(bundle);
|
||
|
if (bundle != null && bundle.containsKey("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID")) {
|
||
|
this.l = bundle.getString("com.scb.phone.view.activity.ndid.IdpShareInformationActivity.EXTRA_REQUEST_ID");
|
||
|
}
|
||
|
int i3 = s + 111;
|
||
|
t = i3 % 128;
|
||
|
if (i3 % 2 != 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
super.onRestoreInstanceState(bundle);
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
private static /* synthetic */ Object b(Object[] objArr) {
|
||
|
IdpShareInformationActivity idpShareInformationActivity = (IdpShareInformationActivity) objArr[0];
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 55;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.Z();
|
||
|
idpShareInformationActivity.setTitle(R.string.idp_share_information_activity_title);
|
||
|
idpShareInformationActivity.ac();
|
||
|
int i4 = t + 97;
|
||
|
s = i4 % 128;
|
||
|
Object obj = null;
|
||
|
if (i4 % 2 != 0) {
|
||
|
return null;
|
||
|
}
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void e(C0971Sp c0971Sp) {
|
||
|
int i = 2 % 2;
|
||
|
if (c0971Sp == null) {
|
||
|
this.layoutPersonalInfoSection.setVisibility(8);
|
||
|
this.layoutContactInfoSection.setVisibility(8);
|
||
|
this.layoutOccupationInfoSection.setVisibility(8);
|
||
|
return;
|
||
|
}
|
||
|
C0974Ss c0974Ss = c0971Sp.a;
|
||
|
if (c0974Ss == null) {
|
||
|
this.layoutPersonalInfoSection.setVisibility(8);
|
||
|
} else {
|
||
|
this.customThaiName.setTextValue(c0974Ss.i);
|
||
|
this.customEnglishName.setTextValue(c0974Ss.b);
|
||
|
this.customNationality.setTextValue(c0974Ss.f);
|
||
|
this.customCitizenId.setTextValue(c0974Ss.e);
|
||
|
this.customDateOfBirth.setTextValue(c0974Ss.a);
|
||
|
this.customMaritalStatus.setTextValue(c0974Ss.d);
|
||
|
this.customGender.setTextValue(c0974Ss.c);
|
||
|
}
|
||
|
C0973Sr c0973Sr = c0971Sp.b;
|
||
|
if (c0973Sr == null) {
|
||
|
int i2 = s + 77;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
this.layoutContactInfoSection.setVisibility(8);
|
||
|
} else {
|
||
|
this.customHomeAddress.setTextValue(c0973Sr.e);
|
||
|
this.customCurrentAddress.setTextValue(c0973Sr.b);
|
||
|
}
|
||
|
C0975St c0975St = c0971Sp.d;
|
||
|
if (c0975St == null) {
|
||
|
int i4 = s + 13;
|
||
|
t = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
this.layoutOccupationInfoSection.setVisibility(116);
|
||
|
} else {
|
||
|
this.layoutOccupationInfoSection.setVisibility(8);
|
||
|
}
|
||
|
} else {
|
||
|
this.customCompanyName.setTextValue(c0975St.a);
|
||
|
this.customJobTitle.setTextValue(c0975St.b);
|
||
|
this.customIncome.setTextValue(c0975St.c);
|
||
|
this.customWorkAddress.setTextValue(c0975St.e);
|
||
|
}
|
||
|
String str = c0971Sp.c;
|
||
|
if (gjJ.a(str)) {
|
||
|
int i5 = t + 19;
|
||
|
s = i5 % 128;
|
||
|
if (i5 % 2 == 0) {
|
||
|
TextView textView = this.textCreatedDate;
|
||
|
Object[] objArr = new Object[0];
|
||
|
objArr[0] = str;
|
||
|
textView.setText(getString(R.string.idp_share_information_created_message, objArr));
|
||
|
this.textCreatedDate.setVisibility(1);
|
||
|
return;
|
||
|
}
|
||
|
this.textCreatedDate.setText(getString(R.string.idp_share_information_created_message, str));
|
||
|
this.textCreatedDate.setVisibility(0);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void d() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 39;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
this.layoutAllContactNumberContainers.setVisibility(8);
|
||
|
int i4 = t + 101;
|
||
|
s = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void b(String str) {
|
||
|
CustomIdpTitleWithLabelView customIdpTitleWithLabelView;
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 13;
|
||
|
s = i2 % 128;
|
||
|
if (i2 % 2 == 0) {
|
||
|
this.customSingleContactNumber.setVisibility(0);
|
||
|
customIdpTitleWithLabelView = this.customSingleContactNumber;
|
||
|
} else {
|
||
|
this.customSingleContactNumber.setVisibility(0);
|
||
|
customIdpTitleWithLabelView = this.customSingleContactNumber;
|
||
|
}
|
||
|
customIdpTitleWithLabelView.setTextValue(str);
|
||
|
this.m = 0;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void b(List<String> list) {
|
||
|
int i = 2 % 2;
|
||
|
this.layoutMultiContactNumberContainers.setVisibility(0);
|
||
|
this.spnMultiContactNumberValue.setAdapter((SpinnerAdapter) new ArrayAdapter(this, R.layout.2131559352, list));
|
||
|
this.spnMultiContactNumberValue.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener(this) { // from class: com.scb.phone.view.activity.ndid.IdpShareInformationActivity.2
|
||
|
private IdpShareInformationActivity e;
|
||
|
|
||
|
@Override // android.widget.AdapterView.OnItemSelectedListener
|
||
|
public final void onNothingSelected(AdapterView<?> adapterView) {
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
}
|
||
|
|
||
|
@Override // android.widget.AdapterView.OnItemSelectedListener
|
||
|
public final void onItemSelected(AdapterView<?> adapterView, View view, int i2, long j) {
|
||
|
this.e.m = i2;
|
||
|
}
|
||
|
});
|
||
|
this.m = 0;
|
||
|
int i2 = s + 89;
|
||
|
t = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void a(boolean z) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 45;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
this.buttonNext.setEnabled(z);
|
||
|
int i4 = t + 69;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private static /* synthetic */ Object e(Object[] objArr) {
|
||
|
IdpShareInformationActivity idpShareInformationActivity = (IdpShareInformationActivity) objArr[0];
|
||
|
String str = (String) objArr[1];
|
||
|
List list = (List) objArr[2];
|
||
|
String str2 = (String) objArr[3];
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 57;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object obj = null;
|
||
|
NdidIdpShareSuccessActivity.c(idpShareInformationActivity, str, (List<String>) list, str2);
|
||
|
if (i3 == 0) {
|
||
|
return null;
|
||
|
}
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void d(C0693Mj c0693Mj) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 53;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
if (c0693Mj != null) {
|
||
|
C0690Mh c0690Mh = new C0690Mh();
|
||
|
c0690Mh.b = getString(R.string.idp_share_information_cancellation_button_retry);
|
||
|
Runnable runnable = new Runnable(this) { // from class: o.ebA
|
||
|
private IdpShareInformationActivity e;
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
IdpShareInformationActivity.c(new Object[]{this.e}, 336102411, -336102411, (int) System.currentTimeMillis());
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
}
|
||
|
};
|
||
|
c0690Mh.e = C0690Mh.IeS.CUSTOM;
|
||
|
c0690Mh.d = runnable;
|
||
|
C0690Mh c0690Mh2 = new C0690Mh();
|
||
|
c0690Mh2.b = getString(R.string.cancel);
|
||
|
Runnable runnable2 = new Runnable(this) { // from class: o.ebx
|
||
|
private IdpShareInformationActivity a;
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.a.b();
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
}
|
||
|
};
|
||
|
c0690Mh2.e = C0690Mh.IeS.CUSTOM;
|
||
|
c0690Mh2.d = runnable2;
|
||
|
c0693Mj.e = c0690Mh;
|
||
|
c0693Mj.b = c0690Mh2;
|
||
|
e(c0693Mj);
|
||
|
int i4 = s + 41;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void b() {
|
||
|
int i = 2 % 2;
|
||
|
Intent intent = new Intent(this, (Class<?>) HomeActivity.class);
|
||
|
intent.addFlags(603979776);
|
||
|
intent.putExtra("com.scb.phone.EXTRA_NEW_INSTANCE_LAYOUT", R.id.notification_tab);
|
||
|
startActivity(intent);
|
||
|
int i2 = s + 27;
|
||
|
t = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
int i3 = 88 / 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void a(String str, List<String> list) {
|
||
|
int i = 2 % 2;
|
||
|
startActivity(NdidIdpSharingStatementSelectAccountActivity.aiU_(this, str, new ArrayList(list)));
|
||
|
int i2 = t + 35;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
}
|
||
|
|
||
|
@OnCheckedChanged
|
||
|
public void onCheckedConsent(final boolean z) {
|
||
|
int i = 2 % 2;
|
||
|
C4359bXr c4359bXr = this.presenter;
|
||
|
ZI.IeS ieS = new ZI.IeS(z) { // from class: o.bXB
|
||
|
private boolean e;
|
||
|
|
||
|
@Override // o.ZI.IeS
|
||
|
public final void e(Object obj) {
|
||
|
((InterfaceC9421djS) obj).a(this.e);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = z;
|
||
|
}
|
||
|
};
|
||
|
if (c4359bXr.f != 0) {
|
||
|
int i2 = s;
|
||
|
int i3 = i2 + 71;
|
||
|
t = i3 % 128;
|
||
|
int i4 = i3 % 2;
|
||
|
int i5 = i2 + 73;
|
||
|
t = i5 % 128;
|
||
|
if (i5 % 2 == 0) {
|
||
|
ieS.e(c4359bXr.f);
|
||
|
} else {
|
||
|
ieS.e(c4359bXr.f);
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@OnClick
|
||
|
public void onClickConfirm() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 25;
|
||
|
s = i2 % 128;
|
||
|
if (i2 % 2 == 0) {
|
||
|
this.presenter.c(this.l, this.m, cXH.HBt.Sts.COMPLETED);
|
||
|
int i3 = 42 / 0;
|
||
|
} else {
|
||
|
this.presenter.c(this.l, this.m, cXH.HBt.Sts.COMPLETED);
|
||
|
}
|
||
|
int i4 = t + 53;
|
||
|
s = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void c() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 3;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
this.f7609o.d((Intent) PinLoginActivity.c(new Object[]{this}, -1331046698, 1331046709, (int) System.currentTimeMillis()), null);
|
||
|
ae();
|
||
|
int i4 = s + 83;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, android.app.Activity
|
||
|
public void onDestroy() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 121;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
this.presenter.w_();
|
||
|
this.f7609o.e();
|
||
|
super.onDestroy();
|
||
|
int i4 = t + 113;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
return;
|
||
|
}
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC11246ebi, 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 = t + 121;
|
||
|
s = i2 % 128;
|
||
|
if (i2 % 2 == 0) {
|
||
|
getBaseContext();
|
||
|
throw null;
|
||
|
}
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr = new Object[1];
|
||
|
aB(new char[]{'\t', '!', 24, 7, 1, '\r', NistHelper.SEP_FS, '\r', 2, 15, 15, 17, 23, 31, 1, '\b', 19, '\t', 3, 0, 26, 11, '\t', '\f', 1, 27}, (byte) (((byte) KeyEvent.getModifierMetaStateMask()) + 79), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 8, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aA(new char[]{5899, 5992, 19702, 9338, 22087, 49589, 34759, 64300, 46218, 10441, 9189, 7995, 20659, 38091, 20369, 17263, 64708, 28862, 60333, 59211, 39156, 56477}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.contact_info_mcmc_topup_phone_number_header).substring(0, 21).length() - 20, objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i3 = t + 123;
|
||
|
s = i3 % 128;
|
||
|
if (i3 % 2 == 0) {
|
||
|
baseContext.getApplicationContext();
|
||
|
throw null;
|
||
|
}
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i4 = s + 81;
|
||
|
t = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(TextUtils.lastIndexOf("", '0') + 493, 5 - (ViewConfiguration.getScrollBarSize() >> 8), (char) TextUtils.getCapsMode("", 0, 0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj2 = xzZ.y.get(1378719468);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c((ViewConfiguration.getJumpTapTimeout() >> 16) + 487, (SystemClock.elapsedRealtime() > 0L ? 1 : (SystemClock.elapsedRealtime() == 0L ? 0 : -1)) + 4, (char) (ViewConfiguration.getKeyRepeatDelay() >> 16))).getMethod(KtaJsonExactionHelper.OBJECT, Context.class);
|
||
|
xzZ.y.put(1378719468, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr3);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onResume();
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC11246ebi, 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;
|
||
|
int i2 = s + 43;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr = new Object[1];
|
||
|
aB(new char[]{'\t', '!', 24, 7, 1, '\r', NistHelper.SEP_FS, '\r', 2, 15, 15, 17, 23, 31, 1, '\b', 19, '\t', 3, 0, 26, 11, '\t', '\f', 1, 27}, (byte) (((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 65), ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.enter_input_exceed).substring(38, 39).codePointAt(0) - 6, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aA(new char[]{5899, 5992, 19702, 9338, 22087, 49589, 34759, 64300, 46218, 10441, 9189, 7995, 20659, 38091, 20369, 17263, 64708, 28862, 60333, 59211, 39156, 56477}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.are_you_sure_want_delete_scheduled_group).substring(88, 89).length(), objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
int i4 = t + 45;
|
||
|
s = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = t + 113;
|
||
|
s = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - (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)), Color.blue(0) + 5, (char) TextUtils.getOffsetBefore("", 0))).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(ImageFormat.getBitsPerPixel(0) + 488, (AudioTrack.getMinVolume() > BitmapDescriptorFactory.HUE_RED ? 1 : (AudioTrack.getMinVolume() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 5, (char) View.MeasureSpec.makeMeasureSpec(0, 0))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr3);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onPause();
|
||
|
int i8 = t + 47;
|
||
|
s = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC11246ebi, 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) {
|
||
|
int i = 2 % 2;
|
||
|
super.attachBaseContext(context);
|
||
|
Object[] objArr = new Object[1];
|
||
|
aA(new char[]{49330, 49363, 59744, 33271, 57551, 3400, 12633, 14289, 25401, 36163, 38269, 54185, 34581, 12613, 63835, 36779, 11116, 54589, 23858, 11194, 20305, 30989}, TextUtils.indexOf("", "", 0) + 1, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aB(new char[]{17, 11, 7, '\r', 13918}, (byte) (ImageFormat.getBitsPerPixel(0) + 97), 5 - (ViewConfiguration.getPressedStateDuration() >> 16), 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 applicationContext = context != null ? context.getApplicationContext() : context;
|
||
|
if (applicationContext != null) {
|
||
|
int i2 = t + 9;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - (ViewConfiguration.getWindowTouchSlop() >> 8), TextUtils.getCapsMode("", 0, 0) + 5, (char) Color.argb(0, 0, 0, 0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aB(new char[]{31, '!', 23, 14, 29, 5, 27, 2, 16, 5, 3, '\t', 29, 23, 21, 11, 23, 29, 3, 15, 18, 21, 4, 5, 27, 25, '\"', 23, '\"', 5, 24, 31, '\"', 18, 6, '!', 27, 14, 13839, 13839, ' ', 21, '\n', NistHelper.SEP_FS, '!', 11, 14, 21}, (byte) (23 - (Process.myTid() >> 22)), 47 - ImageFormat.getBitsPerPixel(0), objArr3);
|
||
|
String str = (String) objArr3[0];
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aA(new char[]{836, 801, 25205, 2798, 17543, 55119, 38211, 60865, 41110, 1617, 12645, 2489, 17641, 47642, 23823, 21962, 59610, 24189, 63790, 61929, 36066, 62035, 9524, 7430, 12371, 38581, 16768, 47396, 54319, 19081, 60925, 50543, 30794, 61154, 2457, 24912, 7251, 33472, 46496, 36133, 49269, 8491, 53267, 10946, 26010, 50541, 31804, 30378, 2493, 31002, 38927, 37530, 44432, 7551, 50243, 16099, 20915, 45403, 24628, 23122, 62724, 22012, 36060, 58900, 39214, 2521, 10408, 621}, 1 - (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)), objArr4);
|
||
|
String str2 = (String) objArr4[0];
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aB(new char[]{'\t', 15, 11, 22, 5, 21, 13827, 13827, '\"', 3, 21, 17, 14, 23, 11, '\n', 5, 15, NistHelper.SEP_FS, '\b', '\"', 6, '!', '\"', '!', 11, 27, 14, 6, 27, 1, NistHelper.SEP_FS, 23, 14, 4, 21, 21, '\"', 13743, 13743, NistHelper.SEP_FS, 16, 23, 18, 29, ' ', 27, '\f', '\f', 16, 3, 15, NistHelper.SEP_FS, 0, '\b', NistHelper.SEP_FS, '\t', 4, 27, 2, 21, '\n', 30, '!'}, (byte) ((SystemClock.elapsedRealtimeNanos() > 0L ? 1 : (SystemClock.elapsedRealtimeNanos() == 0L ? 0 : -1)) + 3), (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)) + 64, objArr5);
|
||
|
String str3 = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aA(new char[]{54150, 54254, 62706, 40063, 50537, 56560, 5359, 58987, 28689, 37016, 45200, 528, 37949, 11479, 56498, 24110, 14409, 51381, 30874, 64010, 23667, 25732, 42120, 5858, 57491, '~', 49261, 45774, 1200, 56389, 27661, 52935, 43218, 30776, 34850, 27318, 52434, 5125, 13338, 34440, 4342, 47020, 20984, 8554, 46351, 21484, 64983, 32080, 55611, 61391, 6582, 39221, 32083, 35832, 17832, 13572, 33151, 10205, 57742, 20991, 9623, 49953, 3434, 60925, 18877, 40783, 43348, 2499, 60905, 15152, 54633, 42484, 12743, 55060, 28954, 49553, 22010, 29453}, 1 - (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)), objArr6);
|
||
|
String str4 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aB(new char[]{'\n', 22, '\n', 15, 13753}, (byte) ((ViewConfiguration.getDoubleTapTimeout() >> 16) + 15), 5 - (ViewConfiguration.getDoubleTapTimeout() >> 16), objArr7);
|
||
|
String str5 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aA(new char[]{17901, 17800, 63801, 37281, 57144, 38590, 3832, 44129, 58989, 40261, 43738, 18497, 520, 8534, 50866, 5224, 44579, 50473, 25234, 45083, 51788, 26905, 48791, 23716, 30459, 3497, 55869, 63692, 37511, 53651, 30272, 33948, 16102, 30193, 37493, 8364, 23289, 6541, 11803, 52432}, 1 - ExpandableListView.getPackedPositionGroup(0L), objArr8);
|
||
|
Object[] objArr9 = {applicationContext, str, str2, str3, str4, true, str5, (String) objArr8[0]};
|
||
|
Object obj2 = xzZ.y.get(1656189573);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(((Process.getThreadPriority(0) + 20) >> 6) + 487, Color.alpha(0) + 5, (char) (ViewConfiguration.getPressedStateDuration() >> 16))).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 i4 = t + 73;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
int i5 = 3 % 4;
|
||
|
}
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void d(IdpShareInformationActivity idpShareInformationActivity, Heg heg) {
|
||
|
int i = 2 % 2;
|
||
|
if (heg.e == -1) {
|
||
|
idpShareInformationActivity.presenter.c(idpShareInformationActivity.l, idpShareInformationActivity.m, cXH.HBt.Sts.COMPLETED);
|
||
|
int i2 = t + 81;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
return;
|
||
|
}
|
||
|
if (heg.e == 0) {
|
||
|
int i4 = t + 91;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
idpShareInformationActivity.ar_();
|
||
|
} else {
|
||
|
idpShareInformationActivity.ar_();
|
||
|
int i5 = 2 / 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private static /* synthetic */ Object c(Object[] objArr) {
|
||
|
IdpShareInformationActivity idpShareInformationActivity = (IdpShareInformationActivity) objArr[0];
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 11;
|
||
|
t = i2 % 128;
|
||
|
if (i2 % 2 != 0) {
|
||
|
idpShareInformationActivity.presenter.d(idpShareInformationActivity.l, idpShareInformationActivity.getIntent().getStringExtra("com.scb.phone.EXTRA_REQUEST_TYPE"), idpShareInformationActivity.getIntent().getStringArrayListExtra("com.scb.phone.EXTRA_SERVICE_ID_LIST"));
|
||
|
int i3 = 75 / 0;
|
||
|
} else {
|
||
|
idpShareInformationActivity.presenter.d(idpShareInformationActivity.l, idpShareInformationActivity.getIntent().getStringExtra("com.scb.phone.EXTRA_REQUEST_TYPE"), idpShareInformationActivity.getIntent().getStringArrayListExtra("com.scb.phone.EXTRA_SERVICE_ID_LIST"));
|
||
|
}
|
||
|
int i4 = t + 19;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
return null;
|
||
|
}
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void a(final IdpShareInformationActivity idpShareInformationActivity) {
|
||
|
int i = 2 % 2;
|
||
|
((CustomDialog) CustomDialog.e(new Object[]{CustomDialog.b(idpShareInformationActivity).c(R.string.idp_share_information_cancellation_title).d(R.string.idp_share_information_cancellation_message).aoT_(R.string.ok, new DialogInterface.OnClickListener(idpShareInformationActivity) { // from class: o.ebB
|
||
|
private IdpShareInformationActivity e;
|
||
|
|
||
|
@Override // android.content.DialogInterface.OnClickListener
|
||
|
public final void onClick(DialogInterface dialogInterface, int i2) {
|
||
|
IdpShareInformationActivity.c(this.e);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = idpShareInformationActivity;
|
||
|
}
|
||
|
}), Integer.valueOf(R.string.cancel), new DialogInterface.OnClickListener() { // from class: o.ebw
|
||
|
@Override // android.content.DialogInterface.OnClickListener
|
||
|
public final void onClick(DialogInterface dialogInterface, int i2) {
|
||
|
IdpShareInformationActivity.g();
|
||
|
}
|
||
|
}})).show();
|
||
|
int i2 = s + 101;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void c(IdpShareInformationActivity idpShareInformationActivity) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = s + 39;
|
||
|
t = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
idpShareInformationActivity.presenter.c(idpShareInformationActivity.l, idpShareInformationActivity.m, cXH.HBt.Sts.REJECTED);
|
||
|
int i4 = t + 93;
|
||
|
s = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
return;
|
||
|
}
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractActivityC11246ebi, 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 = t + 47;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.onStart();
|
||
|
int i4 = s + 11;
|
||
|
t = i4 % 128;
|
||
|
if (i4 % 2 != 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity
|
||
|
public final void Z() {
|
||
|
c(new Object[]{this}, 1100806934, -1100806933, System.identityHashCode(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC9421djS
|
||
|
public final void d(String str, List<String> list, String str2) {
|
||
|
c(new Object[]{this, str, list, str2}, -1714022879, 1714022881, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(10) - 1205764361);
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void g() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = t + 93;
|
||
|
s = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
}
|
||
|
}
|