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

25 lines
930 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.guilds.invite;
import androidx.annotation.IdRes;
import com.discord.R;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
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 */
2021-11-02 06:38:17 +00:00
public final Integer mo1invoke() {
return this.$dropDownMode ? R.id.channel_spinner_dropdown_item_textview : R.id.channel_spinner_item_textview;
2021-08-03 07:33:18 +00:00
}
}