discord-jadx/app/src/main/java/com/discord/stores/StoreChannelsSelected$valid...

34 lines
2.0 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreChannelsSelected;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreChannelsSelected.kt */
public final class StoreChannelsSelected$validateSelectedChannel$1 extends o implements Function0<StoreChannelsSelected.ResolvedSelectedChannel> {
public final /* synthetic */ Map $allChannels;
public final /* synthetic */ StoreChannelsSelected.UserChannelSelection $channelSelection;
public final /* synthetic */ boolean $isChannelStoreInitializedForAuthedUser;
public final /* synthetic */ Map $permissionsForChannelsInGuild;
public final /* synthetic */ long $selectedGuildId;
public final /* synthetic */ StoreChannelsSelected this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreChannelsSelected$validateSelectedChannel$1(StoreChannelsSelected storeChannelsSelected, StoreChannelsSelected.UserChannelSelection userChannelSelection, Map map, long j, Map map2, boolean z2) {
super(0);
this.this$0 = storeChannelsSelected;
this.$channelSelection = userChannelSelection;
this.$allChannels = map;
this.$selectedGuildId = j;
this.$permissionsForChannelsInGuild = map2;
this.$isChannelStoreInitializedForAuthedUser = z2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StoreChannelsSelected.ResolvedSelectedChannel mo1invoke() {
StoreChannelsSelected.UserChannelSelection userChannelSelection = this.$channelSelection;
return StoreChannelsSelected.access$resolveSelectedChannel(this.this$0, this.$channelSelection, userChannelSelection != null ? StoreChannelsSelected.access$getStoreChannels$p(this.this$0).getChannel(userChannelSelection.getId()) : null, this.$allChannels, this.$selectedGuildId, this.$permissionsForChannelsInGuild, this.$isChannelStoreInitializedForAuthedUser);
}
}