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

19 lines
722 B
Java

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