discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth$configureU...

17 lines
521 B
Java

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