discord-jadx/app/src/main/java/i0/b.java

31 lines
796 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package i0;
2021-11-08 18:25:28 +00:00
import i0.i;
import java.io.IOException;
import retrofit2.Response;
/* compiled from: lambda */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-11-08 18:25:28 +00:00
public final /* synthetic */ class b implements Runnable {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ i.b.a j;
public final /* synthetic */ f k;
public final /* synthetic */ Response l;
2021-06-27 20:44:35 +00:00
2021-11-08 18:25:28 +00:00
public /* synthetic */ b(i.b.a aVar, f fVar, Response response) {
2021-12-17 22:03:14 +00:00
this.j = aVar;
this.k = fVar;
this.l = response;
2021-06-27 20:44:35 +00:00
}
2021-11-08 18:25:28 +00:00
@Override // java.lang.Runnable
public final void run() {
2021-12-17 22:03:14 +00:00
i.b.a aVar = this.j;
f fVar = this.k;
Response response = this.l;
if (i.b.this.k.d()) {
2021-11-08 18:25:28 +00:00
fVar.a(i.b.this, new IOException("Canceled"));
} else {
fVar.b(i.b.this, response);
}
2021-06-27 20:44:35 +00:00
}
}