discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$...

33 lines
1.6 KiB
Java

package com.discord.widgets.auth;
import c.a.k.b;
import com.discord.utilities.auth.RegistrationFlowRepo;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetAuthRegisterIdentity.kt */
public final class WidgetAuthRegisterIdentity$handleNext$1 extends o implements Function1<Void, Unit> {
public final /* synthetic */ String $phone;
public final /* synthetic */ WidgetAuthRegisterIdentity this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetAuthRegisterIdentity$handleNext$1(WidgetAuthRegisterIdentity widgetAuthRegisterIdentity, String str) {
super(1);
this.this$0 = widgetAuthRegisterIdentity;
this.$phone = str;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(Void r1) {
invoke(r1);
return Unit.a;
}
public final void invoke(Void r13) {
RegistrationFlowRepo.trackTransition$default(RegistrationFlowRepo.Companion.getINSTANCE(), "Account Identity", "success", null, 4, null);
WidgetAuthPhoneVerify.Companion.launch(this.this$0.requireContext(), WidgetAuthRegisterIdentity.access$getPhoneVerifyLauncher$p(this.this$0), WidgetAuthRegisterIdentity.access$getBinding$p(this.this$0).d.getTextOrEmpty(), b.g(this.this$0.requireContext(), 2131893444, new Object[0], null, 4), b.g(this.this$0.requireContext(), 2131893443, new Object[]{this.$phone}, null, 4));
}
}