package com.discord.widgets.guilds.invite; import androidx.annotation.IdRes; import com.discord.R; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: WidgetGuildInviteSettings.kt */ public final class WidgetGuildInviteSettings$ChannelsSpinnerAdapter$setupViews$1 extends o implements Function0 { public final /* synthetic */ boolean $dropDownMode; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGuildInviteSettings$ChannelsSpinnerAdapter$setupViews$1(boolean z2) { super(0); this.$dropDownMode = z2; } /* Return type fixed from 'int' to match base method */ @Override // kotlin.jvm.functions.Function0 @IdRes /* renamed from: invoke */ public final Integer mo1invoke() { return this.$dropDownMode ? R.id.channel_spinner_dropdown_item_textview : R.id.channel_spinner_item_textview; } }