discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet$onV...

27 lines
1.3 KiB
Java

package com.discord.widgets.guilds.profile;
import com.discord.widgets.guilds.profile.WidgetGuildProfileSheetViewModel;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildProfileSheet.kt */
public final /* synthetic */ class WidgetGuildProfileSheet$onViewCreated$2 extends k implements Function1<WidgetGuildProfileSheetViewModel.Event, Unit> {
public WidgetGuildProfileSheet$onViewCreated$2(WidgetGuildProfileSheet widgetGuildProfileSheet) {
super(1, widgetGuildProfileSheet, WidgetGuildProfileSheet.class, "handleEvent", "handleEvent(Lcom/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel$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(WidgetGuildProfileSheetViewModel.Event event) {
invoke(event);
return Unit.a;
}
public final void invoke(WidgetGuildProfileSheetViewModel.Event event) {
m.checkNotNullParameter(event, "p1");
WidgetGuildProfileSheet.access$handleEvent((WidgetGuildProfileSheet) this.receiver, event);
}
}