package com.discord.widgets.chat.list.adapter; import com.discord.stores.StoreVoiceParticipants; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemCallMessage; import com.discord.widgets.chat.list.entries.MessageEntry; import d0.z.d.m; import j0.k.b; import java.util.Map; /* compiled from: WidgetChatListAdapterItemCallMessage.kt */ public final class WidgetChatListAdapterItemCallMessage$observeState$1 implements b, WidgetChatListAdapterItemCallMessage.State> { public final /* synthetic */ MessageEntry $messageEntry; public WidgetChatListAdapterItemCallMessage$observeState$1(MessageEntry messageEntry) { this.$messageEntry = messageEntry; } public final WidgetChatListAdapterItemCallMessage.State call(Map map) { m.checkNotNullExpressionValue(map, "voiceParticipants"); return new WidgetChatListAdapterItemCallMessage.State(map, this.$messageEntry); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public /* bridge */ /* synthetic */ WidgetChatListAdapterItemCallMessage.State call(Map map) { return call((Map) map); } }