discord-jadx/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAda...

37 lines
1.6 KiB
Java

package com.discord.widgets.user.search;
import android.view.View;
import com.discord.widgets.user.search.WidgetGlobalSearchGuildsAdapter;
import com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGlobalSearchGuildsAdapter.kt */
public final class WidgetGlobalSearchGuildsAdapter$Item$onConfigure$2 extends o implements Function1<View, Unit> {
public final /* synthetic */ WidgetGlobalSearchGuildsModel.Item $data;
public final /* synthetic */ int $position;
public final /* synthetic */ WidgetGlobalSearchGuildsAdapter.Item this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGlobalSearchGuildsAdapter$Item$onConfigure$2(WidgetGlobalSearchGuildsAdapter.Item item, int i, WidgetGlobalSearchGuildsModel.Item item2) {
super(1);
this.this$0 = item;
this.$position = i;
this.$data = item2;
}
/* 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(View view) {
invoke(view);
return Unit.a;
}
public final void invoke(View view) {
m.checkNotNullParameter(view, "it");
WidgetGlobalSearchGuildsAdapter.Item.access$getAdapter$p(this.this$0).getOnLongClickListener().invoke(Integer.valueOf(this.this$0.getItemViewType()), Integer.valueOf(this.$position), this.$data);
}
}