Add Discord community version (64-bit only)

- 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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
package com.fyber.inneractive.sdk.renderers;
import android.graphics.Rect;
import android.widget.RelativeLayout;
/* loaded from: classes2.dex */
public final class b {
public final RelativeLayout b;
public final InterfaceC0107b i;
public float c = 0.0f;
public int d = 1;
public float e = 0.0f;
public long f = 0;
public boolean g = false;
public boolean h = false;
public final a j = new a();
public final com.fyber.inneractive.sdk.util.l<Rect> a = new com.fyber.inneractive.sdk.util.l<>(4, new c());
public class a implements Runnable {
public a() {
}
@Override // java.lang.Runnable
public final void run() {
b.this.a();
}
}
/* renamed from: com.fyber.inneractive.sdk.renderers.b$b, reason: collision with other inner class name */
public interface InterfaceC0107b {
}
public b(com.fyber.inneractive.sdk.response.f fVar, RelativeLayout relativeLayout, e eVar) {
this.b = relativeLayout;
this.i = eVar;
}
/* JADX WARN: Removed duplicated region for block: B:52:0x00de */
/* JADX WARN: Removed duplicated region for block: B:62:? A[RETURN, SYNTHETIC] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void a() {
/*
Method dump skipped, instructions count: 262
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.renderers.b.a():void");
}
}