Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

52 lines
1.6 KiB
Java

package com.fyber.inneractive.sdk.response;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.e0;
import com.fyber.inneractive.sdk.util.f0;
import com.fyber.inneractive.sdk.util.o;
import java.io.IOException;
import java.io.StringWriter;
/* loaded from: classes2.dex */
public final class c extends b {
@Override // com.fyber.inneractive.sdk.response.b
public final void a(String str, e0 e0Var) throws IOException {
f fVar = (f) this.a;
if (str == null) {
str = null;
} else {
f0 f0Var = f0.g;
f0Var.getClass();
int indexOf = str.indexOf(38);
if (indexOf >= 0) {
StringWriter stringWriter = new StringWriter((int) ((str.length() * 0.1d) + str.length()));
try {
f0Var.a(stringWriter, str, indexOf);
} catch (IOException unused) {
}
str = stringWriter.toString();
}
}
int i = com.fyber.inneractive.sdk.config.g.a;
String property = System.getProperty("ia.testEnvironmentConfiguration.assetResponse");
if (!TextUtils.isEmpty(property)) {
String c = o.c(property);
if (!TextUtils.isEmpty(c)) {
str = c;
}
}
fVar.K = str;
}
@Override // com.fyber.inneractive.sdk.response.b
public final void c() {
}
@Override // com.fyber.inneractive.sdk.response.b
public final e a() {
f fVar = new f();
this.a = fVar;
return fVar;
}
}