discord-jadx/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet$con...

24 lines
1.0 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import com.discord.models.guild.Guild;
/* compiled from: WidgetGuildStickerSheet.kt */
public final class WidgetGuildStickerSheet$configureButtons$$inlined$with$lambda$2 implements View.OnClickListener {
public final /* synthetic */ Guild $guild$inlined;
public final /* synthetic */ boolean $isUserInGuild$inlined;
public final /* synthetic */ boolean $isUserPremium$inlined;
public final /* synthetic */ WidgetGuildStickerSheet this$0;
public WidgetGuildStickerSheet$configureButtons$$inlined$with$lambda$2(WidgetGuildStickerSheet widgetGuildStickerSheet, Guild guild, boolean z2, boolean z3) {
this.this$0 = widgetGuildStickerSheet;
this.$guild$inlined = guild;
this.$isUserPremium$inlined = z2;
this.$isUserInGuild$inlined = z3;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildStickerSheet.access$getViewModel$p(this.this$0).joinGuild(this.$guild$inlined);
}
}