package com.discord.widgets.servers; import android.view.View; /* compiled from: WidgetServerSettingsOverview.kt */ public final class WidgetServerSettingsOverview$configureIcon$1 implements View.OnClickListener { public final /* synthetic */ String $guildShortName; public final /* synthetic */ String $iconOriginal; public final /* synthetic */ WidgetServerSettingsOverview this$0; public WidgetServerSettingsOverview$configureIcon$1(WidgetServerSettingsOverview widgetServerSettingsOverview, String str, String str2) { this.this$0 = widgetServerSettingsOverview; this.$guildShortName = str; this.$iconOriginal = str2; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetServerSettingsOverview.access$openAvatarPicker(this.this$0, this.$guildShortName, this.$iconOriginal); } }