discord-jadx/app/src/main/java/b/a/y/x.java

34 lines
1.6 KiB
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.y;
import com.discord.widgets.user.search.WidgetGlobalSearchModel;
2021-11-01 07:19:03 +00:00
import d0.z.d.m;
import d0.z.d.o;
2021-08-10 10:47:20 +00:00
import java.util.List;
import kotlin.Unit;
2021-08-10 10:47:20 +00:00
import kotlin.jvm.functions.Function2;
/* compiled from: OverlayVoiceSelectorBubbleDialog.kt */
2021-08-10 10:47:20 +00:00
public final class x extends o implements Function2<List<? extends WidgetGlobalSearchModel.ItemDataPayload>, List<? extends WidgetGlobalSearchModel.ItemDataPayload>, Unit> {
public final /* synthetic */ WidgetGlobalSearchModel $searchModel$inlined;
2021-08-10 10:47:20 +00:00
public final /* synthetic */ z this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-08-10 10:47:20 +00:00
public x(z zVar, WidgetGlobalSearchModel widgetGlobalSearchModel) {
super(2);
this.this$0 = zVar;
this.$searchModel$inlined = widgetGlobalSearchModel;
}
/* Return type fixed from 'java.lang.Object' to match base method */
2021-08-10 10:47:20 +00:00
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public Unit invoke(List<? extends WidgetGlobalSearchModel.ItemDataPayload> list, List<? extends WidgetGlobalSearchModel.ItemDataPayload> list2) {
m.checkNotNullParameter(list, "<anonymous parameter 0>");
m.checkNotNullParameter(list2, "<anonymous parameter 1>");
2021-12-17 22:01:24 +00:00
if (!m.areEqual(this.this$0.C, this.$searchModel$inlined.getFilter())) {
2022-01-24 08:17:14 +00:00
this.this$0.f313z.f.scrollToPosition(0);
2021-12-17 22:01:24 +00:00
this.this$0.C = this.$searchModel$inlined.getFilter();
}
return Unit.a;
}
}