discord-jadx/app/src/main/java/com/discord/widgets/guilds/invite/ViewInviteSettingsSheet$Cha...

24 lines
851 B
Java

package com.discord.widgets.guilds.invite;
import androidx.annotation.IdRes;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: ViewInviteSettingsSheet.kt */
public final class ViewInviteSettingsSheet$ChannelsSpinnerAdapter$setupViews$1 extends o implements Function0<Integer> {
public final /* synthetic */ boolean $dropDownMode;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ViewInviteSettingsSheet$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 ? 2131362373 : 2131362374;
}
}