discord-jadx/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions$confi...

22 lines
921 B
Java

package com.discord.widgets.chat.list.actions;
import android.view.View;
import com.discord.stores.StoreStream;
import com.discord.widgets.chat.list.actions.WidgetChatListActions;
/* compiled from: WidgetChatListActions.kt */
public final class WidgetChatListActions$configureUI$6 implements View.OnClickListener {
public final /* synthetic */ WidgetChatListActions.Model $data;
public final /* synthetic */ WidgetChatListActions this$0;
public WidgetChatListActions$configureUI$6(WidgetChatListActions widgetChatListActions, WidgetChatListActions.Model model) {
this.this$0 = widgetChatListActions;
this.$data = model;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
StoreStream.Companion.getMessageAck().markUnread(this.$data.getMessage().getChannelId(), this.$data.getMessage().getId());
this.this$0.dismiss();
}
}