Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
2bab295fd4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/base/media/components/native/Video.js

+ 2
- 2
react/features/base/media/components/native/Video.js View File

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

Loading…
Cancel
Save