discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLo...

28 lines
1.5 KiB
Java

package com.discord.widgets.guildscheduledevent;
import com.discord.stores.StoreChannels;
import com.discord.stores.StorePermissions;
import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */
public final class WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1 extends o implements Function0<WidgetGuildScheduledEventLocationSelectViewModal.StoreState> {
public final /* synthetic */ StoreChannels $channelsStore;
public final /* synthetic */ long $guildId;
public final /* synthetic */ StorePermissions $permissionsStore;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1(StoreChannels storeChannels, long j, StorePermissions storePermissions) {
super(0);
this.$channelsStore = storeChannels;
this.$guildId = j;
this.$permissionsStore = storePermissions;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final WidgetGuildScheduledEventLocationSelectViewModal.StoreState mo1invoke() {
return new WidgetGuildScheduledEventLocationSelectViewModal.StoreState(this.$channelsStore.getChannelsForGuild(this.$guildId), this.$permissionsStore.getPermissionsByChannel(), this.$permissionsStore.getGuildPermissions().get(Long.valueOf(this.$guildId)));
}
}