discord-jadx/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerSheetViewModel...

15 lines
684 B
Java

package com.discord.widgets.chat.input.sticker;
import com.discord.widgets.chat.MessageManager;
import d0.z.d.m;
import java.util.Locale;
/* compiled from: StickerPickerSheetViewModel.kt */
public final class StickerPickerSheetViewModel extends StickerPickerViewModel {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StickerPickerSheetViewModel(Locale locale, MessageManager messageManager, long j) {
super(null, null, locale, messageManager, null, j, null, null, null, null, null, 2003, null);
m.checkNotNullParameter(locale, "locale");
m.checkNotNullParameter(messageManager, "messageManager");
}
}