- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
975 B
Java
37 lines
975 B
Java
package com.fyber.inneractive.sdk.player.controller;
|
|
|
|
import com.fyber.inneractive.sdk.player.controller.i;
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
import java.util.Iterator;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class h implements Runnable {
|
|
public final /* synthetic */ boolean a;
|
|
public final /* synthetic */ i b;
|
|
|
|
public h(i iVar, boolean z) {
|
|
this.b = iVar;
|
|
this.a = z;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
i iVar = this.b;
|
|
if (iVar.g) {
|
|
return;
|
|
}
|
|
try {
|
|
Iterator it = iVar.b.iterator();
|
|
while (it.hasNext()) {
|
|
((i.e) it.next()).c(this.a);
|
|
}
|
|
} catch (Exception e) {
|
|
if (IAlog.a <= 3) {
|
|
i iVar2 = this.b;
|
|
iVar2.getClass();
|
|
IAlog.a("%sonPlayerError callback threw an exception!", e, IAlog.a(iVar2));
|
|
}
|
|
}
|
|
}
|
|
}
|