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

31 lines
1.2 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.auth;
2021-09-21 06:31:55 +00:00
import com.discord.models.domain.ModelAuditLogEntry;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
2021-08-03 07:33:18 +00:00
/* compiled from: WidgetAuthPhoneVerify.kt */
2021-09-21 06:31:55 +00:00
public final class WidgetAuthPhoneVerify$onViewBound$3 extends o implements Function1<String, Unit> {
2021-08-03 07:33:18 +00:00
public final /* synthetic */ WidgetAuthPhoneVerify this$0;
2021-09-21 06:31:55 +00:00
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-08-03 07:33:18 +00:00
public WidgetAuthPhoneVerify$onViewBound$3(WidgetAuthPhoneVerify widgetAuthPhoneVerify) {
2021-09-21 06:31:55 +00:00
super(1);
2021-08-03 07:33:18 +00:00
this.this$0 = widgetAuthPhoneVerify;
}
2021-09-21 06:31:55 +00:00
/* 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(String str) {
invoke(str);
return Unit.a;
}
public final void invoke(String str) {
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_CODE);
WidgetAuthPhoneVerify.access$evaluateCode(this.this$0, str);
2021-08-03 07:33:18 +00:00
}
}