discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOvervie...

20 lines
893 B
Java

package com.discord.widgets.servers;
import android.view.View;
import com.discord.widgets.servers.WidgetServerSettingsOverview;
/* compiled from: WidgetServerSettingsOverview.kt */
public final class WidgetServerSettingsOverview$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ WidgetServerSettingsOverview.Model $this_configureUI;
public final /* synthetic */ WidgetServerSettingsOverview this$0;
public WidgetServerSettingsOverview$configureUI$1(WidgetServerSettingsOverview widgetServerSettingsOverview, WidgetServerSettingsOverview.Model model) {
this.this$0 = widgetServerSettingsOverview;
this.$this_configureUI = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetServerSettingsOverview.access$showRegionDialog(this.this$0, this.$this_configureUI);
}
}