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> { 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 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); } }