discord-jadx/app/src/main/java/c/o/a/n/v/h.java

21 lines
491 B
Java

package c.o.a.n.v;
/* compiled from: CameraStateOrchestrator */
public class h implements Runnable {
public final /* synthetic */ e i;
public final /* synthetic */ Runnable j;
public final /* synthetic */ f k;
public h(f fVar, e eVar, Runnable runnable) {
this.k = fVar;
this.i = eVar;
this.j = runnable;
}
@Override // java.lang.Runnable
public void run() {
if (this.k.f.f(this.i)) {
this.j.run();
}
}
}