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

17 lines
704 B
Java

package com.discord.widgets.auth;
import android.view.View;
/* compiled from: WidgetAuthRegisterAccountInformation.kt */
public final class WidgetAuthRegisterAccountInformation$configureUI$2 implements View.OnClickListener {
public final /* synthetic */ WidgetAuthRegisterAccountInformation this$0;
public WidgetAuthRegisterAccountInformation$configureUI$2(WidgetAuthRegisterAccountInformation widgetAuthRegisterAccountInformation) {
this.this$0 = widgetAuthRegisterAccountInformation;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetAuthRegisterAccountInformation.register$default(this.this$0, null, 1, null);
}
}