discord-jadx/app/src/main/java/com/discord/stores/StoreStageChannelSelfPresen...

26 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.widgets.stage.StageRoles;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreStageChannelSelfPresence.kt */
public final class StoreStageChannelSelfPresence$init$1 extends o implements Function0<Integer> {
public final /* synthetic */ StoreStageChannelSelfPresence this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreStageChannelSelfPresence$init$1(StoreStageChannelSelfPresence storeStageChannelSelfPresence) {
super(0);
this.this$0 = storeStageChannelSelfPresence;
}
/* Return type fixed from 'int' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Integer mo1invoke() {
Map<Long, StageRoles> channelRolesInternal = this.this$0.getStageChannels().getChannelRolesInternal(this.this$0.getVoiceChannelSelected().getSelectedVoiceChannelId());
return ((channelRolesInternal != null ? channelRolesInternal.size() : 0) / 100) + 1;
}
}