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