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

31 lines
1.6 KiB
Java
Raw Normal View History

2022-03-14 07:58:47 +00:00
package com.discord.widgets.settings.account;
import com.discord.api.auth.mfa.GetBackupCodesSendVerificationKeyResponse;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsAccountBackupCodes.kt */
/* loaded from: classes2.dex */
public final class WidgetSettingsAccountBackupCodes$sendVerificationKey$1 extends o implements Function1<GetBackupCodesSendVerificationKeyResponse, Unit> {
public final /* synthetic */ WidgetSettingsAccountBackupCodes this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2022-03-17 08:17:49 +00:00
public WidgetSettingsAccountBackupCodes$sendVerificationKey$1(WidgetSettingsAccountBackupCodes widgetSettingsAccountBackupCodes) {
2022-03-14 07:58:47 +00:00
super(1);
this.this$0 = widgetSettingsAccountBackupCodes;
}
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(GetBackupCodesSendVerificationKeyResponse getBackupCodesSendVerificationKeyResponse) {
invoke2(getBackupCodesSendVerificationKeyResponse);
return Unit.a;
}
/* renamed from: invoke reason: avoid collision after fix types in other method */
public final void invoke2(GetBackupCodesSendVerificationKeyResponse getBackupCodesSendVerificationKeyResponse) {
WidgetSettingsAccountBackupCodes.access$setNonce$p(this.this$0, getBackupCodesSendVerificationKeyResponse.a());
2022-03-17 08:17:49 +00:00
WidgetSettingsAccountBackupCodes.access$setRegenerateNonce$p(this.this$0, getBackupCodesSendVerificationKeyResponse.b());
WidgetSettingsAccountBackupCodes.access$showVerificationKeyModal(this.this$0);
2022-03-14 07:58:47 +00:00
}
}