discord-jadx/app/src/main/java/com/discord/widgets/chat/list/WidgetChatList$onViewBoundO...

24 lines
925 B
Java

package com.discord.widgets.chat.list;
import d0.z.d.k;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatList.kt */
public final /* synthetic */ class WidgetChatList$onViewBoundOrOnResume$2 extends k implements Function1<Long, Unit> {
public WidgetChatList$onViewBoundOrOnResume$2(WidgetChatList widgetChatList) {
super(1, widgetChatList, WidgetChatList.class, "scrollTo", "scrollTo(J)V", 0);
}
/* 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(Long l) {
invoke(l.longValue());
return Unit.a;
}
public final void invoke(long j) {
WidgetChatList.access$scrollTo((WidgetChatList) this.receiver, j);
}
}