package com.discord.widgets.chat.list.actions; import android.content.Context; import android.view.View; import com.discord.widgets.chat.managereactions.WidgetManageReactions; import d0.z.d.m; /* compiled from: WidgetChatListActions.kt */ public final class WidgetChatListActions$configureUI$3 implements View.OnClickListener { public final /* synthetic */ WidgetChatListActions this$0; public WidgetChatListActions$configureUI$3(WidgetChatListActions widgetChatListActions) { this.this$0 = widgetChatListActions; } @Override // android.view.View.OnClickListener public final void onClick(View view) { WidgetManageReactions.Companion companion = WidgetManageReactions.Companion; long access$getChannelId$p = WidgetChatListActions.access$getChannelId$p(this.this$0); long access$getMessageId$p = WidgetChatListActions.access$getMessageId$p(this.this$0); Context requireContext = this.this$0.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); WidgetManageReactions.Companion.create$default(companion, access$getChannelId$p, access$getMessageId$p, requireContext, null, 8, null); } }