Files
rr3-apk/decompiled-community/sources/com/applovin/impl/w5.java
Daniel Elliott c080f0d97f 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
2026-02-18 15:48:36 -08:00

38 lines
939 B
Java

package com.applovin.impl;
import android.content.Context;
import com.applovin.impl.d6;
import com.applovin.impl.i5;
/* loaded from: classes.dex */
public final class w5 implements i5.a {
private final Context a;
private final xo b;
private final i5.a c;
public w5(Context context, xo xoVar, i5.a aVar) {
this.a = context.getApplicationContext();
this.b = xoVar;
this.c = aVar;
}
@Override // com.applovin.impl.i5.a
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public v5 a() {
v5 v5Var = new v5(this.a, this.c.a());
xo xoVar = this.b;
if (xoVar != null) {
v5Var.a(xoVar);
}
return v5Var;
}
public w5(Context context, String str) {
this(context, str, (xo) null);
}
public w5(Context context, String str, xo xoVar) {
this(context, xoVar, new d6.b().a(str));
}
}