what-the-bank/sources/o/C3034apr.java

122 lines
3.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.res.Resources;
import java.util.Arrays;
import o.InterfaceC9069dck;
/* renamed from: o.apr, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C3034apr extends ZI<InterfaceC9069dck.RVV> {
public boolean a;
private final Resources b;
public GE c;
public C0455Gy d;
public GB e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C3034apr(C16903sI c16903sI, Resources resources) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(resources, "");
this.b = resources;
}
/* renamed from: o.apr$LWm */
/* loaded from: classes3.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public static String b(Double d) {
try {
gcH gch = gcH.d;
String format = String.format("%1$,.2f", Arrays.copyOf(new Object[]{d}, 1));
C14957gcv.c((Object) format, "");
return format;
} catch (Exception unused) {
return "";
}
}
public static /* synthetic */ void a(boolean z, C0455Gy c0455Gy, GB gb, GE ge, C3034apr c3034apr, InterfaceC9069dck.RVV rvv) {
C14957gcv.e(c3034apr, "");
if (z && c0455Gy != null && gb != null) {
rvv.d(gb.d, gb.b, c0455Gy);
c3034apr.b(gb.a);
} else if (ge != null) {
rvv.a(ge);
c3034apr.b(ge.i);
}
}
public static /* synthetic */ void d(String str, InterfaceC9069dck.RVV rvv) {
C14957gcv.e(str, "");
rvv.a(str);
}
/* JADX WARN: Code restructure failed: missing block: B:8:0x0012, code lost:
if ((!(r0 == null || o.gdZ.d((java.lang.CharSequence) r0))) != true) goto L11;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
private final void b(final java.lang.String r3) {
/*
r2 = this;
if (r3 == 0) goto L14
r0 = r3
java.lang.CharSequence r0 = (java.lang.CharSequence) r0
r1 = 1
if (r0 == 0) goto L10
boolean r0 = o.gdZ.d(r0)
if (r0 != 0) goto L10
r0 = 0
goto L11
L10:
r0 = r1
L11:
r0 = r0 ^ r1
if (r0 == r1) goto L3e
L14:
android.content.res.Resources r3 = r2.b
int r0 = o.C15715hv.tOB.temp_limit_increase_confirmation
java.lang.String r3 = r3.getString(r0)
android.content.res.Resources r0 = r2.b
int r1 = o.C15715hv.tOB.temp_limit_excess_credit_warning
java.lang.String r0 = r0.getString(r1)
java.lang.StringBuilder r1 = new java.lang.StringBuilder
r1.<init>()
r1.append(r3)
java.lang.String r3 = "\n\n"
r1.append(r3)
r1.append(r0)
java.lang.String r3 = r1.toString()
boolean r0 = r2.a
if (r0 == 0) goto L3e
java.lang.String r3 = ""
L3e:
o.apu r0 = new o.apu
r0.<init>(r3)
T extends o.cYp r3 = r2.f
if (r3 == 0) goto L4c
T extends o.cYp r3 = r2.f
r0.e(r3)
L4c:
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C3034apr.b(java.lang.String):void");
}
static {
new LWm((byte) 0);
}
}