소스 검색

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

Loading…
취소
저장