- 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
37 lines
1004 B
Java
37 lines
1004 B
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.tm;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class an extends yl {
|
|
private final WeakReference h;
|
|
private final Object i;
|
|
|
|
public static void a(long j, fi fiVar, Object obj, String str, com.applovin.impl.sdk.j jVar) {
|
|
if (j <= 0) {
|
|
return;
|
|
}
|
|
jVar.j0().a(new an(fiVar, obj, str, jVar), tm.b.TIMEOUT, j);
|
|
}
|
|
|
|
public an(fi fiVar, Object obj, String str, com.applovin.impl.sdk.j jVar) {
|
|
super(str, jVar);
|
|
this.h = new WeakReference(fiVar);
|
|
this.i = obj;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public void run() {
|
|
fi fiVar = (fi) this.h.get();
|
|
if (fiVar == null || fiVar.c()) {
|
|
return;
|
|
}
|
|
this.a.J();
|
|
if (com.applovin.impl.sdk.n.a()) {
|
|
this.a.J().d(this.b, "Attempting to timeout pending task " + fiVar.b() + " with " + this.i);
|
|
}
|
|
fiVar.a(this.i);
|
|
}
|
|
}
|