正在查看: MX Player v1.97.8 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: MX Player v1.97.8 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.mxtech.videoplayer.ad.online.forceupdate;
import defpackage.c0;
import defpackage.d1j;
import defpackage.tya;
import kotlin.Unit;
import kotlin.jvm.functions.Function2;
import kotlinx.coroutines.Dispatchers;
@r54(c = "com.mxtech.videoplayer.ad.online.forceupdate.ForceUpdateManager$Companion$requestForceUpdate$1", f = "ForceUpdateManager.kt", l = {61}, m = "invokeSuspend")
public final class a extends omg implements Function2<bs3, bn3<? super Unit>, Object> {
public int b;
public Object c;
@r54(c = "com.mxtech.videoplayer.ad.online.forceupdate.ForceUpdateManager$Companion$requestForceUpdate$1$result$1", f = "ForceUpdateManager.kt", l = {}, m = "invokeSuspend")
public static final class C0074a extends omg implements Function2<bs3, bn3<? super String>, Object> {
public C0074a() {
throw null;
}
public final bn3<Unit> create(Object obj, bn3<?> bn3Var) {
return new C0074a(2, bn3Var);
}
public final Object invoke(Object obj, Object obj2) {
return create((bs3) obj, (bn3) obj2).invokeSuspend(Unit.INSTANCE);
}
public final Object invokeSuspend(Object obj) {
ds3 ds3Var = ds3.b;
jwe.a(obj);
return c0.d("https://androidapi.mxplay.com/v1/config/mandatoryup");
}
}
public a() {
throw null;
}
public final bn3<Unit> create(Object obj, bn3<?> bn3Var) {
a aVar = new a(2, bn3Var);
aVar.c = obj;
return aVar;
}
public final Object invoke(Object obj, Object obj2) {
return create((bs3) obj, (bn3) obj2).invokeSuspend(Unit.INSTANCE);
}
public final Object invokeSuspend(Object obj) {
ds3 ds3Var = ds3.b;
int i = this.b;
if (i == 0) {
jwe.a(obj);
nc4 b = xfg.b((bs3) this.c, Dispatchers.getIO(), (fs3) null, new C0074a(2, null), 2);
this.b = 1;
obj = b.y(this);
if (obj == ds3Var) {
return ds3Var;
}
} else {
if (i != 1) {
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
jwe.a(obj);
}
String str = (String) obj;
int i2 = d1j.a;
xm3 xm3Var = b.d;
if (str != null) {
tya tyaVar = tya.m;
rl4.e("key_force_update_content", str);
}
return Unit.INSTANCE;
}
}