discord-jadx/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserAdapter$...

21 lines
987 B
Java

package com.discord.widgets.channels.threads.browser;
import android.view.View;
import com.discord.widgets.channels.threads.browser.WidgetThreadBrowserAdapter;
/* compiled from: WidgetThreadBrowserAdapter.kt */
public final class WidgetThreadBrowserAdapter$ThreadItem$onConfigure$2 implements View.OnLongClickListener {
public final /* synthetic */ WidgetThreadBrowserAdapter.Item.Thread $item;
public final /* synthetic */ WidgetThreadBrowserAdapter.ThreadItem this$0;
public WidgetThreadBrowserAdapter$ThreadItem$onConfigure$2(WidgetThreadBrowserAdapter.ThreadItem threadItem, WidgetThreadBrowserAdapter.Item.Thread thread) {
this.this$0 = threadItem;
this.$item = thread;
}
@Override // android.view.View.OnLongClickListener
public final boolean onLongClick(View view) {
WidgetThreadBrowserAdapter.ThreadItem.access$getAdapter$p(this.this$0).onThreadLongClicked(this.$item.getThreadData().getChannel());
return true;
}
}