apkfuckery/com.discord/smali/com/discord/widgets/channels/WidgetTextChannelSettings$Model$Companion.smali

89 lines
2.6 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model$Companion;
.super Ljava/lang/Object;
.source "WidgetTextChannelSettings.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Companion"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
.locals 0
invoke-direct {p0}, Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model$Companion;-><init>()V
return-void
.end method
# virtual methods
.method public final get(J)Lrx/Observable;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(J)",
"Lrx/Observable<",
"Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model;",
">;"
}
.end annotation
sget-object v0, Lcom/discord/stores/StoreStream;->Companion:Lcom/discord/stores/StoreStream$Companion;
invoke-virtual {v0}, Lcom/discord/stores/StoreStream$Companion;->getChannels()Lcom/discord/stores/StoreChannels;
move-result-object v0
invoke-virtual {v0, p1, p2}, Lcom/discord/stores/StoreChannels;->get(J)Lrx/Observable;
move-result-object v0
new-instance v1, Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model$Companion$get$1;
invoke-direct {v1, p1, p2}, Lcom/discord/widgets/channels/WidgetTextChannelSettings$Model$Companion$get$1;-><init>(J)V
check-cast v1, Lrx/functions/b;
invoke-virtual {v0, v1}, Lrx/Observable;->g(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
2019-08-14 23:59:34 +00:00
const-string p2, "StoreStream\n \u2026ust(null)\n }"
2019-07-24 11:27:29 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p1, p2}, Lkotlin/jvm/internal/l;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-08-14 23:59:34 +00:00
invoke-static {p1}, Lcom/discord/utilities/rx/ObservableExtensionsKt;->computationLatest(Lrx/Observable;)Lrx/Observable;
move-result-object p1
2019-07-24 11:27:29 +00:00
2019-12-06 01:29:57 +00:00
invoke-static {}, Lrx/internal/a/ae;->Kq()Lrx/internal/a/ae;
2019-10-09 23:16:36 +00:00
move-result-object p2
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/Observable$b;)Lrx/Observable;
2019-07-24 11:27:29 +00:00
move-result-object p1
2019-08-14 23:59:34 +00:00
const-string p2, "StoreStream\n \u2026 .distinctUntilChanged()"
2019-07-24 11:27:29 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p1, p2}, Lkotlin/jvm/internal/l;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
return-object p1
.end method