apkfuckery/com.discord/smali/f/a/b/e0.smali

76 lines
1.5 KiB
Smali
Raw Normal View History

2020-05-11 19:22:21 +00:00
.class public final Lf/a/b/e0;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "DiscordConnectService.kt"
# interfaces
2020-05-11 19:22:21 +00:00
.implements Lg0/l/i;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
2020-05-11 19:22:21 +00:00
"Lg0/l/i<",
2020-04-07 08:23:55 +00:00
"TT;",
"Lrx/Observable<",
"+TR;>;>;"
2019-07-24 11:27:29 +00:00
}
.end annotation
# static fields
2020-05-11 19:22:21 +00:00
.field public static final d:Lf/a/b/e0;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 1
2020-05-11 19:22:21 +00:00
new-instance v0, Lf/a/b/e0;
2019-07-24 11:27:29 +00:00
2020-05-11 19:22:21 +00:00
invoke-direct {v0}, Lf/a/b/e0;-><init>()V
2019-07-24 11:27:29 +00:00
2020-05-11 19:22:21 +00:00
sput-object v0, Lf/a/b/e0;->d:Lf/a/b/e0;
2019-07-24 11:27:29 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 0
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;)Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
.locals 1
2020-04-07 08:23:55 +00:00
check-cast p1, Ljava/lang/Boolean;
2019-07-24 11:27:29 +00:00
2020-04-07 08:23:55 +00:00
sget-object p1, Lcom/discord/stores/StoreStream;->Companion:Lcom/discord/stores/StoreStream$Companion;
2019-07-24 11:27:29 +00:00
2020-04-07 08:23:55 +00:00
invoke-virtual {p1}, Lcom/discord/stores/StoreStream$Companion;->getRtcConnection()Lcom/discord/stores/StoreRtcConnection;
2019-07-24 11:27:29 +00:00
2020-04-07 08:23:55 +00:00
move-result-object p1
2020-03-02 06:11:59 +00:00
2020-04-07 08:23:55 +00:00
invoke-virtual {p1}, Lcom/discord/stores/StoreRtcConnection;->getConnectionState()Lrx/Observable;
2020-03-03 02:12:30 +00:00
2020-04-07 08:23:55 +00:00
move-result-object p1
2019-07-24 11:27:29 +00:00
2020-05-11 19:22:21 +00:00
sget-object v0, Lf/a/b/d0;->d:Lf/a/b/d0;
2019-07-24 11:27:29 +00:00
2020-05-11 19:22:21 +00:00
invoke-virtual {p1, v0}, Lrx/Observable;->c(Lg0/l/i;)Lrx/Observable;
2019-07-24 11:27:29 +00:00
move-result-object p1
return-object p1
.end method