discord-jadx/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer$onViewBo...

27 lines
906 B
Java

package com.discord.widgets.hubs;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetHubAddServer.kt */
/* loaded from: classes2.dex */
public final class WidgetHubAddServer$onViewBound$$inlined$apply$lambda$1 extends o implements Function1<Integer, Unit> {
public final /* synthetic */ WidgetHubAddServer this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetHubAddServer$onViewBound$$inlined$apply$lambda$1(WidgetHubAddServer widgetHubAddServer) {
super(1);
this.this$0 = widgetHubAddServer;
}
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(Integer num) {
invoke(num.intValue());
return Unit.a;
}
public final void invoke(int i) {
this.this$0.getViewModel().setIndex(i);
}
}