package com.discord.widgets.auth; import com.discord.app.AppViewModel; import com.discord.widgets.auth.WidgetAuthLandingViewModel; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: WidgetAuthLanding.kt */ public final class WidgetAuthLanding$viewModel$2 extends o implements Function0> { public final /* synthetic */ WidgetAuthLanding this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetAuthLanding$viewModel$2(WidgetAuthLanding widgetAuthLanding) { super(0); this.this$0 = widgetAuthLanding; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final AppViewModel mo1invoke() { return new WidgetAuthLandingViewModel(this.this$0.requireContext(), null, null, null, null, null, 62, null); } }