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,53 @@
package com.ironsource;
import android.view.View;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class gu extends xn {
public static final a f = new a(null);
private static final String g = "ViewVisibilityTrigger";
private final b d;
private final iu e;
public static final class a {
private a() {
}
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
}
public static final class b implements jn {
public b() {
}
@Override // com.ironsource.jn
public void a(boolean z) {
gu.this.a(!z);
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public gu(View view) {
super(false, 1, null);
Intrinsics.checkNotNullParameter(view, "view");
b bVar = new b();
this.d = bVar;
iu iuVar = new iu(bVar);
this.e = iuVar;
iuVar.a(view);
a(!iuVar.c());
}
@Override // com.ironsource.xn
public String b() {
return g;
}
public final void e() {
this.e.b();
}
}