Changes of com.discord v1144
This commit is contained in:
parent
4746542b20
commit
f52990c3c2
25752 changed files with 4382359 additions and 77 deletions
72
com.discord/smali_classes2/g0/i.smali
Normal file
72
com.discord/smali_classes2/g0/i.smali
Normal file
|
@ -0,0 +1,72 @@
|
|||
.class public abstract Lg0/i;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SingleSubscriber.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Subscription;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lrx/Subscription;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lrx/internal/util/SubscriptionList;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
new-instance v0, Lrx/internal/util/SubscriptionList;
|
||||
|
||||
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
|
||||
|
||||
iput-object v0, p0, Lg0/i;->d:Lrx/internal/util/SubscriptionList;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a(Lrx/Subscription;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i;->d:Lrx/internal/util/SubscriptionList;
|
||||
|
||||
invoke-virtual {v0, p1}, Lrx/internal/util/SubscriptionList;->a(Lrx/Subscription;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final isUnsubscribed()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i;->d:Lrx/internal/util/SubscriptionList;
|
||||
|
||||
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->isUnsubscribed()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final unsubscribe()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i;->d:Lrx/internal/util/SubscriptionList;
|
||||
|
||||
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue