rn,tile-view: render a larger avatar in tile view mode

This commit is contained in:
Saúl Ibarra Corretgé 2020-07-16 17:41:15 +02:00 committed by Saúl Ibarra Corretgé
parent 4687187cca
commit e39c8d8ed6
1 changed files with 1 additions and 1 deletions
react/features/filmstrip/components/native

View File

@ -149,7 +149,7 @@ function Thumbnail(props: Props) {
touchFeedback = { false }>
<ParticipantView
avatarSize = { AVATAR_SIZE }
avatarSize = { tileView ? AVATAR_SIZE * 1.5 : AVATAR_SIZE }
disableVideo = { isScreenShare || participant.isFakeParticipant }
participantId = { participantId }
style = { _styles.participantViewStyle }