Преглед на файлове

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

master
Saúl Ibarra Corretgé преди 4 години
родител
ревизия
e39c8d8ed6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      react/features/filmstrip/components/native/Thumbnail.js

+ 1
- 1
react/features/filmstrip/components/native/Thumbnail.js Целия файл

149
             touchFeedback = { false }>
149
             touchFeedback = { false }>
150
 
150
 
151
             <ParticipantView
151
             <ParticipantView
152
-                avatarSize = { AVATAR_SIZE }
152
+                avatarSize = { tileView ? AVATAR_SIZE * 1.5 : AVATAR_SIZE }
153
                 disableVideo = { isScreenShare || participant.isFakeParticipant }
153
                 disableVideo = { isScreenShare || participant.isFakeParticipant }
154
                 participantId = { participantId }
154
                 participantId = { participantId }
155
                 style = { _styles.participantViewStyle }
155
                 style = { _styles.participantViewStyle }

Loading…
Отказ
Запис