- 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
21 lines
474 B
Java
21 lines
474 B
Java
package com.fyber.inneractive.sdk.cache;
|
|
|
|
import com.fyber.inneractive.sdk.network.w;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class f implements w<String> {
|
|
public final /* synthetic */ i a;
|
|
|
|
public f(i iVar) {
|
|
this.a = iVar;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.network.w
|
|
public final void a(String str, Exception exc, boolean z) {
|
|
String str2 = str;
|
|
if (str2 != null) {
|
|
this.a.b = str2;
|
|
}
|
|
}
|
|
}
|