discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelPickerBottomSh...

26 lines
1.2 KiB
Java

package com.discord.widgets.channels;
import com.discord.stores.StoreChannels;
import com.discord.widgets.channels.WidgetChannelPickerBottomSheetViewModel;
import d0.t.u;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelPickerBottomSheetViewModel.kt */
public final class WidgetChannelPickerBottomSheetViewModel$Companion$observeStoreState$1 extends o implements Function0<WidgetChannelPickerBottomSheetViewModel.StoreState> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ StoreChannels $storeChannels;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelPickerBottomSheetViewModel$Companion$observeStoreState$1(StoreChannels storeChannels, long j) {
super(0);
this.$storeChannels = storeChannels;
this.$guildId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final WidgetChannelPickerBottomSheetViewModel.StoreState mo1invoke() {
return new WidgetChannelPickerBottomSheetViewModel.StoreState.Loaded(u.toList(this.$storeChannels.getChannelsForGuild(this.$guildId).values()));
}
}