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

29 lines
1.4 KiB
Java

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<T, R> implements b<Map<Long, ? extends StoreVoiceParticipants.VoiceUser>, WidgetChatListAdapterItemCallMessage.State> {
public final /* synthetic */ MessageEntry $messageEntry;
public WidgetChatListAdapterItemCallMessage$observeState$1(MessageEntry messageEntry) {
this.$messageEntry = messageEntry;
}
public final WidgetChatListAdapterItemCallMessage.State call(Map<Long, StoreVoiceParticipants.VoiceUser> 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<Long, ? extends StoreVoiceParticipants.VoiceUser> map) {
return call((Map<Long, StoreVoiceParticipants.VoiceUser>) map);
}
}