discord-jadx/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStickerGreet$onConfigure$1.java
2021-07-24 04:37:17 +02:00

23 lines
1.1 KiB
Java

package com.discord.widgets.chat.list.adapter;
import android.view.View;
import com.discord.api.sticker.Sticker;
/* compiled from: WidgetChatListAdapterItemStickerGreet.kt */
public final class WidgetChatListAdapterItemStickerGreet$onConfigure$1 implements View.OnClickListener {
public final /* synthetic */ long $channelId;
public final /* synthetic */ int $channelType;
public final /* synthetic */ Sticker $sticker;
public final /* synthetic */ WidgetChatListAdapterItemStickerGreet this$0;
public WidgetChatListAdapterItemStickerGreet$onConfigure$1(WidgetChatListAdapterItemStickerGreet widgetChatListAdapterItemStickerGreet, long j, int i, Sticker sticker) {
this.this$0 = widgetChatListAdapterItemStickerGreet;
this.$channelId = j;
this.$channelType = i;
this.$sticker = sticker;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChatListAdapterItemStickerGreet.access$getAdapter$p(this.this$0).getEventHandler().onSendGreetMessageClicked(this.$channelId, this.$channelType, this.$sticker);
}
}