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

26 lines
1.0 KiB
Java

package com.discord.widgets.chat.input;
import com.lytefast.flexinput.viewmodel.FlexInputViewModel;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChatInputAttachments.kt */
public final class WidgetChatInputAttachments$createAndConfigureExpressionFragment$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetChatInputAttachments this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChatInputAttachments$createAndConfigureExpressionFragment$1(WidgetChatInputAttachments widgetChatInputAttachments) {
super(0);
this.this$0 = widgetChatInputAttachments;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).r;
if (flexInputViewModel != null) {
flexInputViewModel.hideExpressionTray();
}
}
}