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 { 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); } }