소스 검색

[RN] Fix a react warning on remote video menu

j8
Bettenbuk Zoltan 7 년 전
부모
커밋
82f6931ee8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      react/features/filmstrip/components/native/Thumbnail.js

+ 2
- 1
react/features/filmstrip/components/native/Thumbnail.js 파일 보기

@@ -131,7 +131,8 @@ class Thumbnail extends Component<Props> {
131 131
             <Container
132 132
                 onClick = { disablePin ? undefined : this._onClick }
133 133
                 onLongPress = {
134
-                    showRemoteVideoMenu && this._onShowRemoteVideoMenu }
134
+                    showRemoteVideoMenu
135
+                        ? this._onShowRemoteVideoMenu : undefined }
135 136
                 style = { [
136 137
                     styles.thumbnail,
137 138
                     participant.pinned && !disablePin

Loading…
취소
저장