package com.discord.widgets.guilds.list; import android.view.View; import com.discord.widgets.guilds.list.GuildListItem; import com.discord.widgets.guilds.list.WidgetGuildListAdapter; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetGuildListAdapter.kt */ public final class WidgetGuildListAdapter$onCreateViewHolder$3 extends o implements Function1 { public final /* synthetic */ View $itemView; public final /* synthetic */ WidgetGuildListAdapter this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGuildListAdapter$onCreateViewHolder$3(WidgetGuildListAdapter widgetGuildListAdapter, View view) { super(1); this.this$0 = widgetGuildListAdapter; this.$itemView = view; } /* 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(GuildListItem.GuildItem guildItem) { invoke(guildItem); return Unit.a; } public final void invoke(GuildListItem.GuildItem guildItem) { m.checkNotNullParameter(guildItem, "item"); WidgetGuildListAdapter.InteractionListener access$getInteractionListener$p = WidgetGuildListAdapter.access$getInteractionListener$p(this.this$0); View view = this.$itemView; m.checkNotNullExpressionValue(view, "itemView"); access$getInteractionListener$p.onItemLongPressed(view, guildItem); } }