discord-jadx/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSheet$vi...

23 lines
1.2 KiB
Java

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