package com.discord.widgets.home; import android.view.View; import c.d.b.a.a; import com.discord.utilities.uri.UriHandler; /* compiled from: WidgetMainSurveyDialog.kt */ public final class WidgetMainSurveyDialog$onViewBound$2 implements View.OnClickListener { public final /* synthetic */ String $surveyUrl; public final /* synthetic */ WidgetMainSurveyDialog this$0; public WidgetMainSurveyDialog$onViewBound$2(WidgetMainSurveyDialog widgetMainSurveyDialog, String str) { this.this$0 = widgetMainSurveyDialog; this.$surveyUrl = str; } @Override // android.view.View.OnClickListener public final void onClick(View view) { UriHandler.handle$default(UriHandler.INSTANCE, a.x(view, "button", "button.context"), this.$surveyUrl, null, 4, null); this.this$0.dismiss(); } }