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

18 lines
686 B
Java

package com.discord.widgets.channels;
import android.view.MenuItem;
/* compiled from: WidgetChannelTopic.kt */
public final class WidgetChannelTopic$showContextMenu$5 implements MenuItem.OnMenuItemClickListener {
public final /* synthetic */ WidgetChannelTopic this$0;
public WidgetChannelTopic$showContextMenu$5(WidgetChannelTopic widgetChannelTopic) {
this.this$0 = widgetChannelTopic;
}
@Override // android.view.MenuItem.OnMenuItemClickListener
public final boolean onMenuItemClick(MenuItem menuItem) {
WidgetChannelTopic.access$getViewModel$p(this.this$0).handleClosePrivateChannel(this.this$0.requireContext());
return true;
}
}