apkfuckery/com.discord/smali_classes2/l0/l/a/k.smali

142 lines
3 KiB
Smali
Raw Normal View History

2020-09-17 00:45:48 +00:00
.class public final Ll0/l/a/k;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
.source "OnSubscribeConcatMap.java"
# interfaces
.implements Lrx/Observable$a;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
2020-09-17 00:45:48 +00:00
Ll0/l/a/k$a;,
Ll0/l/a/k$b;,
Ll0/l/a/k$c;
2020-05-17 12:40:10 +00:00
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lrx/Observable$a<",
"TR;>;"
}
.end annotation
# instance fields
.field public final d:Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Observable<",
"+TT;>;"
}
.end annotation
.end field
2020-09-17 00:45:48 +00:00
.field public final e:Ll0/k/b;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-17 00:45:48 +00:00
"Ll0/k/b<",
2020-05-17 12:40:10 +00:00
"-TT;+",
"Lrx/Observable<",
"+TR;>;>;"
}
.end annotation
.end field
.field public final f:I
.field public final g:I
# direct methods
2020-09-17 00:45:48 +00:00
.method public constructor <init>(Lrx/Observable;Ll0/k/b;II)V
2020-05-17 12:40:10 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Observable<",
"+TT;>;",
2020-09-17 00:45:48 +00:00
"Ll0/k/b<",
2020-05-17 12:40:10 +00:00
"-TT;+",
"Lrx/Observable<",
"+TR;>;>;II)V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-09-17 00:45:48 +00:00
iput-object p1, p0, Ll0/l/a/k;->d:Lrx/Observable;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iput-object p2, p0, Ll0/l/a/k;->e:Ll0/k/b;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iput p3, p0, Ll0/l/a/k;->f:I
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iput p4, p0, Ll0/l/a/k;->g:I
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
.method public call(Ljava/lang/Object;)V
.locals 5
check-cast p1, Lrx/Subscriber;
2020-09-17 00:45:48 +00:00
iget v0, p0, Ll0/l/a/k;->g:I
2020-05-17 12:40:10 +00:00
if-nez v0, :cond_0
new-instance v0, Lrx/observers/SerializedSubscriber;
2020-07-08 16:44:49 +00:00
invoke-direct {v0, p1}, Lrx/observers/SerializedSubscriber;-><init>(Lrx/Subscriber;)V
2020-05-17 12:40:10 +00:00
goto :goto_0
:cond_0
move-object v0, p1
:goto_0
2020-09-17 00:45:48 +00:00
new-instance v1, Ll0/l/a/k$c;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget-object v2, p0, Ll0/l/a/k;->e:Ll0/k/b;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget v3, p0, Ll0/l/a/k;->f:I
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
iget v4, p0, Ll0/l/a/k;->g:I
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
invoke-direct {v1, v0, v2, v3, v4}, Ll0/l/a/k$c;-><init>(Lrx/Subscriber;Ll0/k/b;II)V
2020-05-17 12:40:10 +00:00
invoke-virtual {p1, v1}, Lrx/Subscriber;->add(Lrx/Subscription;)V
2020-09-17 00:45:48 +00:00
iget-object v0, v1, Ll0/l/a/k$c;->k:Lrx/subscriptions/SerialSubscription;
2020-05-17 12:40:10 +00:00
invoke-virtual {p1, v0}, Lrx/Subscriber;->add(Lrx/Subscription;)V
2020-09-17 00:45:48 +00:00
new-instance v0, Ll0/l/a/j;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
invoke-direct {v0, p0, v1}, Ll0/l/a/j;-><init>(Ll0/l/a/k;Ll0/l/a/k$c;)V
2020-05-17 12:40:10 +00:00
invoke-virtual {p1, v0}, Lrx/Subscriber;->setProducer(Lrx/Producer;)V
invoke-virtual {p1}, Lrx/Subscriber;->isUnsubscribed()Z
move-result p1
if-nez p1, :cond_1
2020-09-17 00:45:48 +00:00
iget-object p1, p0, Ll0/l/a/k;->d:Lrx/Observable;
2020-05-17 12:40:10 +00:00
2020-08-04 06:02:43 +00:00
invoke-virtual {p1, v1}, Lrx/Observable;->e0(Lrx/Subscriber;)Lrx/Subscription;
2020-05-17 12:40:10 +00:00
:cond_1
return-void
.end method