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

15 lines
684 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
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) {
2021-07-03 23:36:06 +00:00
super(null, null, locale, messageManager, null, j, null, null, null, null, null, 2003, null);
2021-06-27 20:44:35 +00:00
m.checkNotNullParameter(locale, "locale");
m.checkNotNullParameter(messageManager, "messageManager");
}
}