package com.discord.widgets.changelog; import android.view.View; import com.discord.utilities.uri.UriHandler; /* compiled from: WidgetChangeLog.kt */ public final class WidgetChangeLog$configureFooter$3 implements View.OnClickListener { public final /* synthetic */ WidgetChangeLog this$0; public WidgetChangeLog$configureFooter$3(WidgetChangeLog widgetChangeLog) { this.this$0 = widgetChangeLog; } @Override // android.view.View.OnClickListener public final void onClick(View view) { UriHandler.handle$default(UriHandler.INSTANCE, this.this$0.requireContext(), "https://www.instagram.com/discord", null, 4, null); } }