Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin
2020-11-30 17:55:36 +04:00
parent 41bcbd14f0
commit d0f3499015
5 changed files with 35 additions and 25 deletions

View File

@@ -610,7 +610,6 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
for participant in state.participants {
members.participants.append(participant)
if topParticipants.count < 3 {
topParticipants.append(participant)
}