discord-jadx/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackup...

27 lines
1.1 KiB
Java

package com.discord.widgets.settings.account;
import androidx.fragment.app.FragmentActivity;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetSettingsAccountBackupCodes.kt */
/* loaded from: classes2.dex */
public final class WidgetSettingsAccountBackupCodes$showVerificationKeyModal$$inlined$let$lambda$2 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetSettingsAccountBackupCodes this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetSettingsAccountBackupCodes$showVerificationKeyModal$$inlined$let$lambda$2(WidgetSettingsAccountBackupCodes widgetSettingsAccountBackupCodes) {
super(0);
this.this$0 = widgetSettingsAccountBackupCodes;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke reason: avoid collision after fix types in other method */
public final void invoke2() {
FragmentActivity activity = this.this$0.e();
if (activity != null) {
activity.onBackPressed();
}
}
}