147 lines
5.3 KiB
Java
147 lines
5.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.fIi, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12834fIi implements Parcelable, InterfaceC9493dkl {
|
|
public static final Parcelable.Creator<C12834fIi> CREATOR;
|
|
private final String a;
|
|
private final String b;
|
|
private final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C12834fIi(String str, String str2, String str3) {
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.e = str3;
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:6:0x0075, code lost:
|
|
|
|
if (r2 != null) goto L20;
|
|
*/
|
|
@Override // o.InterfaceC9493dkl
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final void b(android.content.Context r10) {
|
|
/*
|
|
r9 = this;
|
|
java.lang.String r0 = ""
|
|
o.C14957gcv.e(r10, r0)
|
|
r1 = r10
|
|
android.app.Activity r1 = (android.app.Activity) r1
|
|
java.lang.String r2 = r9.b
|
|
java.lang.String r3 = "com.scb.phone.EXTRA_NEED_RELOAD"
|
|
r4 = 268468224(0x10008000, float:2.5342157E-29)
|
|
r5 = 0
|
|
if (r2 == 0) goto L77
|
|
java.lang.String r6 = "NTF"
|
|
boolean r6 = o.C14957gcv.b(r2, r6)
|
|
if (r6 == 0) goto L28
|
|
android.content.Intent r0 = new android.content.Intent
|
|
java.lang.Class<com.scb.phone.view.activity.demo.ntb.NTBLandingActivity> r6 = com.scb.phone.view.activity.demo.ntb.NTBLandingActivity.class
|
|
r0.<init>(r10, r6)
|
|
r0.addFlags(r4)
|
|
r10.startActivity(r0)
|
|
goto L75
|
|
L28:
|
|
java.lang.String r6 = r9.b
|
|
java.lang.String r7 = "ETF"
|
|
boolean r6 = o.C14957gcv.b(r7, r6)
|
|
if (r6 == 0) goto L65
|
|
java.lang.String r6 = r9.a
|
|
java.lang.String r7 = "LVL"
|
|
boolean r6 = o.C14957gcv.b(r7, r6)
|
|
if (r6 != 0) goto L46
|
|
java.lang.String r6 = "DSMCM"
|
|
java.lang.String r7 = r9.a
|
|
boolean r6 = o.C14957gcv.b(r6, r7)
|
|
if (r6 == 0) goto L65
|
|
L46:
|
|
java.lang.String r6 = r9.e // Catch: android.content.ActivityNotFoundException -> L5e
|
|
android.net.Uri r6 = android.net.Uri.parse(r6) // Catch: android.content.ActivityNotFoundException -> L5e
|
|
android.content.Intent r7 = new android.content.Intent // Catch: android.content.ActivityNotFoundException -> L5e
|
|
java.lang.String r8 = "android.intent.action.VIEW"
|
|
r7.<init>(r8) // Catch: android.content.ActivityNotFoundException -> L5e
|
|
android.content.Intent r6 = r7.setData(r6) // Catch: android.content.ActivityNotFoundException -> L5e
|
|
o.C14957gcv.c(r6, r0) // Catch: android.content.ActivityNotFoundException -> L5e
|
|
r10.startActivity(r6) // Catch: android.content.ActivityNotFoundException -> L5e
|
|
goto L75
|
|
L5e:
|
|
r0 = move-exception
|
|
java.lang.Throwable r0 = (java.lang.Throwable) r0
|
|
o.guQ.e(r0)
|
|
goto L75
|
|
L65:
|
|
android.content.Intent r0 = new android.content.Intent
|
|
java.lang.Class<com.scb.phone.view.activity.HomeActivity> r6 = com.scb.phone.view.activity.HomeActivity.class
|
|
r0.<init>(r10, r6)
|
|
r0.putExtra(r3, r5)
|
|
r0.addFlags(r4)
|
|
r10.startActivity(r0)
|
|
L75:
|
|
if (r2 != 0) goto L89
|
|
L77:
|
|
android.content.Intent r0 = new android.content.Intent
|
|
java.lang.Class<com.scb.phone.view.activity.HomeActivity> r2 = com.scb.phone.view.activity.HomeActivity.class
|
|
r0.<init>(r10, r2)
|
|
r0.putExtra(r3, r5)
|
|
r0.addFlags(r4)
|
|
r10.startActivity(r0)
|
|
o.gag r10 = o.C14866gag.c
|
|
L89:
|
|
r1.setResult(r5)
|
|
r1.finish()
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.C12834fIi.b(android.content.Context):void");
|
|
}
|
|
|
|
/* renamed from: o.fIi$HBt */
|
|
/* loaded from: classes5.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.fIi$LWm */
|
|
/* loaded from: classes5.dex */
|
|
public static final class LWm implements Parcelable.Creator<C12834fIi> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C12834fIi createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C12834fIi(parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C12834fIi[] newArray(int i) {
|
|
return new C12834fIi[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
CREATOR = new LWm();
|
|
}
|
|
}
|