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

21 lines
752 B
Java

package com.discord.widgets.channels;
import android.view.MenuItem;
import c.a.d.o;
/* compiled from: WidgetChannelTopic.kt */
public final class WidgetChannelTopic$showContextMenu$2 implements MenuItem.OnMenuItemClickListener {
public final /* synthetic */ long $channelId;
public final /* synthetic */ WidgetChannelTopic this$0;
public WidgetChannelTopic$showContextMenu$2(WidgetChannelTopic widgetChannelTopic, long j) {
this.this$0 = widgetChannelTopic;
this.$channelId = j;
}
@Override // android.view.MenuItem.OnMenuItemClickListener
public final boolean onMenuItemClick(MenuItem menuItem) {
o.c(this.this$0.requireContext(), String.valueOf(this.$channelId), 0, 4);
return true;
}
}