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