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

27 lines
504 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package j0;
import rx.Subscriber;
2022-03-07 09:34:54 +00:00
/* compiled from: Completable.java */
/* loaded from: classes3.dex */
2021-11-02 06:38:17 +00:00
public class b extends Subscriber<Object> {
2021-12-02 18:53:44 +00:00
public final /* synthetic */ e j;
2021-11-02 06:38:17 +00:00
public b(c cVar, e eVar) {
2021-12-02 18:53:44 +00:00
this.j = eVar;
2021-11-02 06:38:17 +00:00
}
@Override // j0.g
public void onCompleted() {
2021-12-02 18:53:44 +00:00
this.j.onCompleted();
2021-11-02 06:38:17 +00:00
}
@Override // j0.g
public void onError(Throwable th) {
2021-12-02 18:53:44 +00:00
this.j.onError(th);
2021-11-02 06:38:17 +00:00
}
@Override // j0.g
public void onNext(Object obj) {
}
}