discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAutocomplete...

28 lines
1.2 KiB
Java

package com.discord.widgets.chat.input;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function2;
/* compiled from: WidgetChatInputAutocomplete.kt */
public final class WidgetChatInputAutocomplete$onScrollVisibleDiscoveryCommands$1 extends o implements Function2<Integer, Integer, Unit> {
public final /* synthetic */ WidgetChatInputAutocomplete this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChatInputAutocomplete$onScrollVisibleDiscoveryCommands$1(WidgetChatInputAutocomplete widgetChatInputAutocomplete) {
super(2);
this.this$0 = widgetChatInputAutocomplete;
}
/* 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] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Unit invoke(Integer num, Integer num2) {
invoke(num.intValue(), num2.intValue());
return Unit.a;
}
public final void invoke(int i, int i2) {
WidgetChatInputAutocomplete.access$handleNewCommandsRecyclerScrollPosition(this.this$0, i, i2);
}
}