package c.a.z; import com.discord.stores.StoreVoiceParticipants; import j0.k.b; import java.util.Iterator; import java.util.Map; /* compiled from: OverlayVoiceBubble.kt */ public final class u implements b, StoreVoiceParticipants.VoiceUser> { public static final u i = new u(); /* 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 StoreVoiceParticipants.VoiceUser call(Map map) { T t; Iterator it = map.values().iterator(); while (true) { if (!it.hasNext()) { t = null; break; } t = it.next(); if (t.isSpeaking()) { break; } } return t; } }