Changes of com.discord v1144

This commit is contained in:
distok 2020-05-17 12:40:10 +00:00
parent 4746542b20
commit f52990c3c2
25752 changed files with 4382359 additions and 77 deletions

View file

@ -0,0 +1,65 @@
.class public final Lg0/o/e;
.super Lrx/Subscriber;
.source "Subscribers.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
.field public final synthetic d:Lrx/Subscriber;
# direct methods
.method public constructor <init>(Lrx/Subscriber;Lrx/Subscriber;)V
.locals 0
iput-object p2, p0, Lg0/o/e;->d:Lrx/Subscriber;
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
return-void
.end method
# virtual methods
.method public onCompleted()V
.locals 1
iget-object v0, p0, Lg0/o/e;->d:Lrx/Subscriber;
invoke-interface {v0}, Lg0/g;->onCompleted()V
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 1
iget-object v0, p0, Lg0/o/e;->d:Lrx/Subscriber;
invoke-interface {v0, p1}, Lg0/g;->onError(Ljava/lang/Throwable;)V
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
iget-object v0, p0, Lg0/o/e;->d:Lrx/Subscriber;
invoke-interface {v0, p1}, Lg0/g;->onNext(Ljava/lang/Object;)V
return-void
.end method