discord-jadx/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemCa...

23 lines
1.1 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.chat.list.adapter;
import android.view.View;
2021-07-03 23:36:06 +00:00
import com.discord.models.message.Message;
2021-06-27 20:44:35 +00:00
import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemCallMessage;
/* compiled from: WidgetChatListAdapterItemCallMessage.kt */
public final class WidgetChatListAdapterItemCallMessage$handleState$1 implements View.OnClickListener {
public final /* synthetic */ WidgetChatListAdapterItemCallMessage.CallStatus $callStatus;
2021-06-27 20:53:42 +00:00
public final /* synthetic */ Message $message;
2021-06-27 20:44:35 +00:00
public final /* synthetic */ WidgetChatListAdapterItemCallMessage this$0;
2021-06-27 20:53:42 +00:00
public WidgetChatListAdapterItemCallMessage$handleState$1(WidgetChatListAdapterItemCallMessage widgetChatListAdapterItemCallMessage, WidgetChatListAdapterItemCallMessage.CallStatus callStatus, Message message) {
2021-06-27 20:44:35 +00:00
this.this$0 = widgetChatListAdapterItemCallMessage;
this.$callStatus = callStatus;
2021-06-27 20:53:42 +00:00
this.$message = message;
2021-06-27 20:44:35 +00:00
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
2021-07-03 23:36:06 +00:00
WidgetChatListAdapterItemCallMessage.access$onItemClick(this.this$0, this.$callStatus, this.$message.getChannelId());
2021-06-27 20:44:35 +00:00
}
}