discord-jadx/app/src/main/java/z/d.java

33 lines
862 B
Java

package z;
import bolts.ExecutorException;
import java.util.concurrent.Executor;
/* compiled from: Task.java */
/* loaded from: classes.dex */
public class d implements c<TResult, Void> {
public final /* synthetic */ h a;
/* renamed from: b reason: collision with root package name */
public final /* synthetic */ c f3832b;
public final /* synthetic */ Executor c;
public d(g gVar, h hVar, c cVar, Executor executor) {
this.a = hVar;
this.f3832b = cVar;
this.c = executor;
}
@Override // z.c
public Void a(g gVar) throws Exception {
h hVar = this.a;
c cVar = this.f3832b;
try {
this.c.execute(new e(hVar, cVar, gVar));
return null;
} catch (Exception e) {
hVar.b(new ExecutorException(e));
return null;
}
}
}