package com.discord.widgets.user.email; import com.discord.app.AppActivity; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetUserEmailVerify.kt */ public final class WidgetUserEmailVerify$emailUpdateLauncher$1 extends o implements Function0 { public final /* synthetic */ WidgetUserEmailVerify this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetUserEmailVerify$emailUpdateLauncher$1(WidgetUserEmailVerify widgetUserEmailVerify) { super(0); this.this$0 = widgetUserEmailVerify; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { AppActivity appActivity = this.this$0.getAppActivity(); if (appActivity != null) { appActivity.finish(); } } }