apkfuckery/com.discord/smali_classes2/k0/i.smali

61 lines
1.2 KiB
Smali
Raw Normal View History

2020-09-29 21:44:44 +00:00
.class public abstract Lk0/i;
.super Ljava/lang/Object;
.source "SingleSubscriber.java"
# interfaces
.implements Lrx/Subscription;
2020-09-02 04:07:20 +00:00
# annotations
2020-09-29 21:44:44 +00:00
.annotation system Ldalvik/annotation/Signature;
2020-09-02 04:07:20 +00:00
value = {
2020-09-29 21:44:44 +00:00
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Subscription;"
2020-09-02 04:07:20 +00:00
}
.end annotation
# instance fields
2020-09-29 21:44:44 +00:00
.field public final d:Lrx/internal/util/SubscriptionList;
2020-09-02 04:07:20 +00:00
# direct methods
2020-09-29 21:44:44 +00:00
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Lrx/internal/util/SubscriptionList;
2020-09-02 04:07:20 +00:00
2020-09-29 21:44:44 +00:00
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
2020-09-02 04:07:20 +00:00
2020-09-29 21:44:44 +00:00
iput-object v0, p0, Lk0/i;->d:Lrx/internal/util/SubscriptionList;
2020-09-02 04:07:20 +00:00
return-void
.end method
# virtual methods
2020-09-29 21:44:44 +00:00
.method public final isUnsubscribed()Z
.locals 1
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
iget-object v0, p0, Lk0/i;->d:Lrx/internal/util/SubscriptionList;
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
iget-boolean v0, v0, Lrx/internal/util/SubscriptionList;->e:Z
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
return v0
.end method
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
.method public final unsubscribe()V
.locals 1
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
iget-object v0, p0, Lk0/i;->d:Lrx/internal/util/SubscriptionList;
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
2020-09-16 23:45:23 +00:00
2020-09-29 21:44:44 +00:00
return-void
2020-09-02 04:07:20 +00:00
.end method