- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
package com.tapjoy;
|
|
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class TJDataFetcher {
|
|
public final JSONObject a = new JSONObject();
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:9:0x0021, code lost:
|
|
|
|
if (r4 != false) goto L11;
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final org.json.JSONObject a(org.json.JSONArray r6) {
|
|
/*
|
|
r5 = this;
|
|
r0 = 0
|
|
L1:
|
|
int r1 = r6.length()
|
|
if (r0 >= r1) goto L2b
|
|
java.lang.Object r1 = r6.get(r0)
|
|
java.lang.String r2 = "USER_ID"
|
|
boolean r1 = r1.equals(r2)
|
|
if (r1 == 0) goto L28
|
|
com.tapjoy.TJUser r1 = com.tapjoy.TJUser.INSTANCE
|
|
java.lang.String r1 = r1.getUserID()
|
|
org.json.JSONObject r3 = r5.a
|
|
if (r1 == 0) goto L23
|
|
boolean r4 = r1.isEmpty()
|
|
if (r4 == 0) goto L25
|
|
L23:
|
|
java.lang.Object r1 = org.json.JSONObject.NULL
|
|
L25:
|
|
r3.put(r2, r1)
|
|
L28:
|
|
int r0 = r0 + 1
|
|
goto L1
|
|
L2b:
|
|
org.json.JSONObject r6 = r5.a
|
|
return r6
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.tapjoy.TJDataFetcher.a(org.json.JSONArray):org.json.JSONObject");
|
|
}
|
|
}
|