apkfuckery/com.discord/smali/com/discord/widgets/chat/input/emoji/EmojiPickerSheetViewModel.smali

46 lines
1.6 KiB
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lcom/discord/widgets/chat/input/emoji/EmojiPickerSheetViewModel;
.super Lcom/discord/widgets/chat/input/emoji/EmojiPickerViewModel;
.source "EmojiPickerSheetViewModel.kt"
# direct methods
.method public constructor <init>(Lrx/Observable;Lrx/subjects/BehaviorSubject;Lrx/subjects/BehaviorSubject;Ljava/util/Locale;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Observable<",
"Lcom/discord/widgets/chat/input/emoji/EmojiPickerViewModel$StoreState;",
">;",
"Lrx/subjects/BehaviorSubject<",
"Ljava/lang/String;",
">;",
"Lrx/subjects/BehaviorSubject<",
"Ljava/lang/Long;",
">;",
"Ljava/util/Locale;",
")V"
}
.end annotation
2020-09-16 23:45:23 +00:00
const-string v0, "storeStateObservable"
2020-07-08 16:44:49 +00:00
2020-09-18 17:51:47 +00:00
invoke-static {p1, v0}, Lc0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-07-08 16:44:49 +00:00
2020-09-16 23:45:23 +00:00
const-string v0, "searchSubject"
2020-07-08 16:44:49 +00:00
2020-09-18 17:51:47 +00:00
invoke-static {p2, v0}, Lc0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-07-08 16:44:49 +00:00
2020-09-16 23:45:23 +00:00
const-string v0, "selectedCategoryItemIdSubject"
2020-07-08 16:44:49 +00:00
2020-09-18 17:51:47 +00:00
invoke-static {p3, v0}, Lc0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
const-string v0, "locale"
2020-09-16 21:45:36 +00:00
2020-09-18 17:51:47 +00:00
invoke-static {p4, v0}, Lc0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
invoke-direct {p0, p1, p2, p3, p4}, Lcom/discord/widgets/chat/input/emoji/EmojiPickerViewModel;-><init>(Lrx/Observable;Lrx/subjects/BehaviorSubject;Lrx/subjects/BehaviorSubject;Ljava/util/Locale;)V
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
return-void
2020-07-08 16:44:49 +00:00
.end method