- 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
31 lines
985 B
Java
31 lines
985 B
Java
package com.fyber.inneractive.sdk.web;
|
|
|
|
import android.media.MediaScannerConnection;
|
|
import android.text.TextUtils;
|
|
import com.fyber.inneractive.sdk.web.j;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class q implements com.fyber.inneractive.sdk.network.w<String> {
|
|
public final /* synthetic */ j a;
|
|
|
|
public q(j jVar) {
|
|
this.a = jVar;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.network.w
|
|
public final void a(String str, Exception exc, boolean z) {
|
|
String str2 = str;
|
|
if (exc != null || TextUtils.isEmpty(str2)) {
|
|
com.fyber.inneractive.sdk.util.p.b.post(new p(this));
|
|
return;
|
|
}
|
|
j jVar = this.a;
|
|
if (jVar.l() != null) {
|
|
j.e eVar = new j.e(str2);
|
|
MediaScannerConnection mediaScannerConnection = new MediaScannerConnection(jVar.l().getApplicationContext(), eVar);
|
|
eVar.b = mediaScannerConnection;
|
|
mediaScannerConnection.connect();
|
|
}
|
|
}
|
|
}
|