discord-jadx/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms$on...

17 lines
576 B
Java

package com.discord.widgets.settings.premium;
import android.view.View;
/* compiled from: WidgetOutboundPromoTerms.kt */
public final class WidgetOutboundPromoTerms$onViewCreated$1 implements View.OnClickListener {
public final /* synthetic */ WidgetOutboundPromoTerms this$0;
public WidgetOutboundPromoTerms$onViewCreated$1(WidgetOutboundPromoTerms widgetOutboundPromoTerms) {
this.this$0 = widgetOutboundPromoTerms;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.this$0.dismiss();
}
}