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

23 lines
1.2 KiB
Java

package com.discord.widgets.channels;
import com.discord.app.AppViewModel;
import com.discord.widgets.channels.WidgetChannelPickerBottomSheetViewModel;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChannelPickerBottomSheet.kt */
public final class WidgetChannelPickerBottomSheet$viewModel$2 extends o implements Function0<AppViewModel<WidgetChannelPickerBottomSheetViewModel.ViewState>> {
public final /* synthetic */ WidgetChannelPickerBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChannelPickerBottomSheet$viewModel$2(WidgetChannelPickerBottomSheet widgetChannelPickerBottomSheet) {
super(0);
this.this$0 = widgetChannelPickerBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final AppViewModel<WidgetChannelPickerBottomSheetViewModel.ViewState> mo1invoke() {
return new WidgetChannelPickerBottomSheetViewModel(WidgetChannelPickerBottomSheet.access$getGuildId$p(this.this$0), WidgetChannelPickerBottomSheet.access$getSelectedChannelId$p(this.this$0), null, null, null, 28, null);
}
}