discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$showCont...

21 lines
819 B
Java

package com.discord.widgets.channels;
import android.view.MenuItem;
import com.discord.widgets.chat.pins.WidgetChannelPinnedMessages;
/* compiled from: WidgetChannelTopic.kt */
public final class WidgetChannelTopic$showContextMenu$1 implements MenuItem.OnMenuItemClickListener {
public final /* synthetic */ long $channelId;
public final /* synthetic */ WidgetChannelTopic this$0;
public WidgetChannelTopic$showContextMenu$1(WidgetChannelTopic widgetChannelTopic, long j) {
this.this$0 = widgetChannelTopic;
this.$channelId = j;
}
@Override // android.view.MenuItem.OnMenuItemClickListener
public final boolean onMenuItemClick(MenuItem menuItem) {
WidgetChannelPinnedMessages.Companion.show(this.this$0.requireContext(), this.$channelId);
return true;
}
}