discord-jadx/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildJoinCaptchaBotto...

17 lines
674 B
Java

package com.discord.widgets.guilds.join;
import android.view.View;
/* compiled from: WidgetGuildJoinCaptchaBottomSheet.kt */
public final class WidgetGuildJoinCaptchaBottomSheet$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ WidgetGuildJoinCaptchaBottomSheet this$0;
public WidgetGuildJoinCaptchaBottomSheet$configureUI$1(WidgetGuildJoinCaptchaBottomSheet widgetGuildJoinCaptchaBottomSheet) {
this.this$0 = widgetGuildJoinCaptchaBottomSheet;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildJoinCaptchaBottomSheet.access$openCaptcha(this.this$0);
}
}