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

21 lines
1012 B
Java

package com.discord.widgets.servers;
import android.view.View;
import com.discord.widgets.channels.WidgetChannelSelector;
import com.discord.widgets.servers.WidgetServerSettingsOverview;
/* compiled from: WidgetServerSettingsOverview.kt */
public final class WidgetServerSettingsOverview$configureUI$4 implements View.OnClickListener {
public final /* synthetic */ WidgetServerSettingsOverview.Model $this_configureUI;
public final /* synthetic */ WidgetServerSettingsOverview this$0;
public WidgetServerSettingsOverview$configureUI$4(WidgetServerSettingsOverview widgetServerSettingsOverview, WidgetServerSettingsOverview.Model model) {
this.this$0 = widgetServerSettingsOverview;
this.$this_configureUI = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChannelSelector.Companion.launchForText(this.this$0, this.$this_configureUI.getGuild().getId(), "REQUEST_KEY_SYSTEM_CHANNEL", true, 2131891579);
}
}