소스 검색

auto commit

app
jfinn 3 년 전
부모
커밋
2bab295fd4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      react/features/base/media/components/native/Video.js

+ 2
- 2
react/features/base/media/components/native/Video.js 파일 보기

@@ -111,10 +111,10 @@ export default class Video extends Component<Props> {
111 111
 
112 112
             // VideoTransform implements "pinch to zoom". As part of "pinch to
113 113
             // zoom", it implements onPress, of course.
114
-            if (zoomEnabled2) {
114
+            if (zoomEnabled) {
115 115
                 return (
116 116
                     <VideoTransform
117
-                        enabled = { zoomEnabled2 }
117
+                        enabled = { zoomEnabled }
118 118
                         onPress = { onPress }
119 119
                         streamId = { stream.id }
120 120
                         style = { {...style,...avt_style} }>

Loading…
취소
저장