discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputEditText$set...

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: WidgetChatInputEditText.kt */
public final class WidgetChatInputEditText$setOnSelectionChangedListener$1 extends o implements Function2<Integer, Integer, Unit> {
public final /* synthetic */ WidgetChatInputEditText this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChatInputEditText$setOnSelectionChangedListener$1(WidgetChatInputEditText widgetChatInputEditText) {
super(2);
this.this$0 = widgetChatInputEditText;
}
/* 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) {
WidgetChatInputEditText.access$getChatInputCommands$p(this.this$0).onSelectionChanged(i, i2);
}
}