apkfuckery/com.discord/smali_classes2/rx/subjects/SerializedSubject$a.smali

56 lines
1.2 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public Lrx/subjects/SerializedSubject$a;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "SerializedSubject.java"
# interfaces
.implements Lrx/Observable$a;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/subjects/SerializedSubject;-><init>(Lrx/subjects/Subject;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x1
2019-07-24 11:27:29 +00:00
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/Observable$a<",
"TR;>;"
}
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final synthetic d:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lrx/subjects/Subject;)V
2019-07-24 11:27:29 +00:00
.locals 0
2019-12-06 03:29:40 +00:00
iput-object p1, p0, Lrx/subjects/SerializedSubject$a;->d:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public call(Ljava/lang/Object;)V
2019-07-24 11:27:29 +00:00
.locals 1
check-cast p1, Lrx/Subscriber;
2019-12-06 03:29:40 +00:00
iget-object v0, p0, Lrx/subjects/SerializedSubject$a;->d:Lrx/subjects/Subject;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-virtual {v0, p1}, Lrx/Observable;->b(Lrx/Subscriber;)Lrx/Subscription;
2019-07-24 11:27:29 +00:00
return-void
.end method