discord-jadx/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage$onVie...

22 lines
778 B
Java

package com.discord.widgets.user.phone;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetUserPhoneManage.kt */
public final class WidgetUserPhoneManage$onViewBound$3 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetUserPhoneManage this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetUserPhoneManage$onViewBound$3(WidgetUserPhoneManage widgetUserPhoneManage) {
super(0);
this.this$0 = widgetUserPhoneManage;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
WidgetUserPhoneManage.access$handlePhoneNumberTextChanged(this.this$0);
}
}