discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet$con...

22 lines
1002 B
Java

package com.discord.widgets.guilds.profile;
import android.view.View;
import com.discord.widgets.guilds.profile.WidgetGuildProfileSheetViewModel;
/* compiled from: WidgetGuildProfileSheet.kt */
public final class WidgetGuildProfileSheet$configureGuildHubActions$2 implements View.OnClickListener {
public final /* synthetic */ WidgetGuildProfileSheetViewModel.Actions $actions;
public final /* synthetic */ long $guildId;
public final /* synthetic */ WidgetGuildProfileSheet this$0;
public WidgetGuildProfileSheet$configureGuildHubActions$2(WidgetGuildProfileSheet widgetGuildProfileSheet, long j, WidgetGuildProfileSheetViewModel.Actions actions) {
this.this$0 = widgetGuildProfileSheet;
this.$guildId = j;
this.$actions = actions;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildProfileSheet.access$showChangeNicknameDialog(this.this$0, this.$guildId, this.$actions.getNick());
}
}