discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetEndGuildScheduledEven...

27 lines
1015 B
Java

package com.discord.widgets.guildscheduledevent;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetEndGuildScheduledEventBottomSheet.kt */
public final class WidgetEndGuildScheduledEventBottomSheet$onConfirmEnd$1 extends o implements Function1<Unit, Unit> {
public static final WidgetEndGuildScheduledEventBottomSheet$onConfirmEnd$1 INSTANCE = new WidgetEndGuildScheduledEventBottomSheet$onConfirmEnd$1();
public WidgetEndGuildScheduledEventBottomSheet$onConfirmEnd$1() {
super(1);
}
/* 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(Unit unit) {
invoke(unit);
return Unit.a;
}
public final void invoke(Unit unit) {
m.checkNotNullParameter(unit, "it");
}
}