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

30 lines
764 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package i0;
import i0.i;
import java.io.IOException;
2021-07-27 00:35:07 +00:00
import retrofit2.Response;
2021-07-24 02:37:17 +00:00
/* compiled from: lambda */
public final /* synthetic */ class b implements Runnable {
public final /* synthetic */ i.b.a i;
public final /* synthetic */ f j;
2021-07-27 00:35:07 +00:00
public final /* synthetic */ Response k;
2021-07-24 02:37:17 +00:00
2021-07-27 00:35:07 +00:00
public /* synthetic */ b(i.b.a aVar, f fVar, Response response) {
2021-07-24 02:37:17 +00:00
this.i = aVar;
this.j = fVar;
2021-07-27 00:35:07 +00:00
this.k = response;
2021-07-24 02:37:17 +00:00
}
@Override // java.lang.Runnable
public final void run() {
i.b.a aVar = this.i;
f fVar = this.j;
2021-07-27 00:35:07 +00:00
Response response = this.k;
2021-07-24 02:37:17 +00:00
if (i.b.this.j.d()) {
fVar.a(i.b.this, new IOException("Canceled"));
} else {
2021-07-27 00:35:07 +00:00
fVar.b(i.b.this, response);
2021-07-24 02:37:17 +00:00
}
}
}