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

27 lines
1.2 KiB
Java

package com.discord.widgets.chat.input;
import com.discord.widgets.chat.input.ChatInputViewModel;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatInput.kt */
public final /* synthetic */ class WidgetChatInput$onViewBoundOrOnResume$2 extends k implements Function1<ChatInputViewModel.Event, Unit> {
public WidgetChatInput$onViewBoundOrOnResume$2(WidgetChatInput widgetChatInput) {
super(1, widgetChatInput, WidgetChatInput.class, "handleEvent", "handleEvent(Lcom/discord/widgets/chat/input/ChatInputViewModel$Event;)V", 0);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(ChatInputViewModel.Event event) {
invoke(event);
return Unit.a;
}
public final void invoke(ChatInputViewModel.Event event) {
m.checkNotNullParameter(event, "p1");
WidgetChatInput.access$handleEvent((WidgetChatInput) this.receiver, event);
}
}