apkfuckery/com.discord/smali_classes2/r0/b.smali

58 lines
984 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public Lr0/b;
2020-05-17 12:40:10 +00:00
.super Lrx/Subscriber;
.source "Completable.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# instance fields
2020-07-08 16:44:49 +00:00
.field public final synthetic d:Lr0/e;
2020-05-17 12:40:10 +00:00
# direct methods
2020-07-08 16:44:49 +00:00
.method public constructor <init>(Lr0/c;Lr0/e;)V
2020-05-17 12:40:10 +00:00
.locals 0
2020-07-08 16:44:49 +00:00
iput-object p2, p0, Lr0/b;->d:Lr0/e;
2020-05-17 12:40:10 +00:00
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
2020-07-08 16:44:49 +00:00
iget-object v0, p0, Lr0/b;->d:Lr0/e;
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
invoke-interface {v0}, Lr0/e;->onCompleted()V
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
2020-07-08 16:44:49 +00:00
iget-object v0, p0, Lr0/b;->d:Lr0/e;
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
invoke-interface {v0, p1}, Lr0/e;->onError(Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 0
return-void
.end method