discord-jadx/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemThreadEmbed$onConfigure$1.java
2021-06-27 22:44:35 +02:00

20 lines
1,008 B
Java

package com.discord.widgets.chat.list.adapter;
import android.view.View;
import com.discord.widgets.chat.list.entries.ChatListEntry;
import com.discord.widgets.chat.list.entries.ThreadEmbedEntry;
/* compiled from: WidgetChatListAdapterItemThreadEmbed.kt */
public final class WidgetChatListAdapterItemThreadEmbed$onConfigure$1 implements View.OnClickListener {
public final /* synthetic */ ChatListEntry $data;
public final /* synthetic */ WidgetChatListAdapterItemThreadEmbed this$0;
public WidgetChatListAdapterItemThreadEmbed$onConfigure$1(WidgetChatListAdapterItemThreadEmbed widgetChatListAdapterItemThreadEmbed, ChatListEntry chatListEntry) {
this.this$0 = widgetChatListAdapterItemThreadEmbed;
this.$data = chatListEntry;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChatListAdapterItemThreadEmbed.access$getAdapter$p(this.this$0).onThreadClicked(((ThreadEmbedEntry) this.$data).getThread());
}
}