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

21 lines
1 KiB
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$2 implements View.OnLongClickListener {
public final /* synthetic */ ChatListEntry $data;
public final /* synthetic */ WidgetChatListAdapterItemThreadEmbed this$0;
public WidgetChatListAdapterItemThreadEmbed$onConfigure$2(WidgetChatListAdapterItemThreadEmbed widgetChatListAdapterItemThreadEmbed, ChatListEntry chatListEntry) {
this.this$0 = widgetChatListAdapterItemThreadEmbed;
this.$data = chatListEntry;
}
@Override // android.view.View.OnLongClickListener
public final boolean onLongClick(View view) {
WidgetChatListAdapterItemThreadEmbed.access$getAdapter$p(this.this$0).onThreadLongClicked(((ThreadEmbedEntry) this.$data).getThread());
return true;
}
}