discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$...

24 lines
1.1 KiB
Java

package com.discord.widgets.chat.input;
import com.discord.api.sticker.Sticker;
import com.discord.widgets.chat.input.sticker.StickerPickerListener;
import com.lytefast.flexinput.viewmodel.FlexInputViewModel;
import d0.z.d.m;
/* compiled from: WidgetChatInputAttachments.kt */
public final class WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1 implements StickerPickerListener {
public final /* synthetic */ WidgetChatInputAttachments this$0;
public WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1(WidgetChatInputAttachments widgetChatInputAttachments) {
this.this$0 = widgetChatInputAttachments;
}
@Override // com.discord.widgets.chat.input.sticker.StickerPickerListener
public void onStickerPicked(Sticker sticker) {
m.checkNotNullParameter(sticker, "sticker");
FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).r;
if (flexInputViewModel != null) {
flexInputViewModel.hideExpressionTray();
}
}
}