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

61 lines
1.2 KiB
Smali
Raw Normal View History

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