discord-jadx/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearch$configur...

35 lines
1.8 KiB
Java

package com.discord.widgets.user.search;
import android.view.View;
import com.discord.widgets.user.search.WidgetGlobalSearchModel;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function4;
/* compiled from: WidgetGlobalSearch.kt */
public final class WidgetGlobalSearch$configureUI$$inlined$apply$lambda$2 extends o implements Function4<View, Integer, WidgetGlobalSearchModel.ItemDataPayload, Boolean, Unit> {
public final /* synthetic */ WidgetGlobalSearchModel $model$inlined;
public final /* synthetic */ WidgetGlobalSearch this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGlobalSearch$configureUI$$inlined$apply$lambda$2(WidgetGlobalSearch widgetGlobalSearch, WidgetGlobalSearchModel widgetGlobalSearchModel) {
super(4);
this.this$0 = widgetGlobalSearch;
this.$model$inlined = widgetGlobalSearchModel;
}
/* 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, java.lang.Object, java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function4
public /* bridge */ /* synthetic */ Unit invoke(View view, Integer num, WidgetGlobalSearchModel.ItemDataPayload itemDataPayload, Boolean bool) {
invoke(view, num.intValue(), itemDataPayload, bool.booleanValue());
return Unit.a;
}
public final void invoke(View view, int i, WidgetGlobalSearchModel.ItemDataPayload itemDataPayload, boolean z2) {
m.checkNotNullParameter(view, "view");
m.checkNotNullParameter(itemDataPayload, "data");
WidgetGlobalSearch.access$handleOnSelected(this.this$0, this.$model$inlined, view, i, itemDataPayload, z2);
}
}