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

61 lines
1.2 KiB
Smali
Raw Normal View History

2020-07-22 00:04:40 +00:00
.class public abstract Lq0/i;
.super Ljava/lang/Object;
.source "SingleSubscriber.java"
# interfaces
.implements Lrx/Subscription;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
2020-07-22 00:04:40 +00:00
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Subscription;"
2020-05-17 12:40:10 +00:00
}
.end annotation
# instance fields
2020-07-22 00:04:40 +00:00
.field public final d:Lrx/internal/util/SubscriptionList;
2020-05-17 12:40:10 +00:00
# direct methods
2020-07-22 00:04:40 +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-05-17 12:40:10 +00:00
2020-07-22 00:04:40 +00:00
invoke-direct {v0}, Lrx/internal/util/SubscriptionList;-><init>()V
2020-05-17 12:40:10 +00:00
2020-07-22 00:04:40 +00:00
iput-object v0, p0, Lq0/i;->d:Lrx/internal/util/SubscriptionList;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
2020-07-22 00:04:40 +00:00
.method public final isUnsubscribed()Z
.locals 1
2020-07-16 19:51:49 +00:00
2020-07-22 00:04:40 +00:00
iget-object v0, p0, Lq0/i;->d:Lrx/internal/util/SubscriptionList;
2020-07-16 19:51:49 +00:00
2020-07-22 00:04:40 +00:00
iget-boolean v0, v0, Lrx/internal/util/SubscriptionList;->e:Z
2020-07-16 19:51:49 +00:00
2020-07-22 00:04:40 +00:00
return v0
.end method
2020-05-17 12:40:10 +00:00
2020-07-22 00:04:40 +00:00
.method public final unsubscribe()V
.locals 1
2020-05-17 12:40:10 +00:00
2020-07-22 00:04:40 +00:00
iget-object v0, p0, Lq0/i;->d:Lrx/internal/util/SubscriptionList;
2020-05-17 12:40:10 +00:00
2020-07-22 00:04:40 +00:00
invoke-virtual {v0}, Lrx/internal/util/SubscriptionList;->unsubscribe()V
2020-05-17 12:40:10 +00:00
return-void
.end method