package com.discord.widgets.auth; import android.view.View; /* compiled from: WidgetRemoteAuth.kt */ public final class WidgetRemoteAuth$configureUI$1 implements View.OnClickListener { public final /* synthetic */ WidgetRemoteAuth this$0; public WidgetRemoteAuth$configureUI$1(WidgetRemoteAuth widgetRemoteAuth) { this.this$0 = widgetRemoteAuth; } @Override // android.view.View.OnClickListener public final void onClick(View view) { this.this$0.requireActivity().finish(); } }