- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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();
|
|
}
|
|
}
|
|
}
|