ソースを参照

auto commit

app
jfinn 3年前
コミット
242bb90c17
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      react/features/base/media/components/native/Video.js

+ 3
- 2
react/features/base/media/components/native/Video.js ファイルの表示

@@ -97,6 +97,7 @@ export default class Video extends Component<Props> {
97 97
             if (video_info && video_info.of1){
98 98
                 objectFit = video_info.objectFit
99 99
             }
100
+            var zoomEnabled2 = true
100 101
 
101 102
             const rtcView
102 103
                 = (
@@ -110,10 +111,10 @@ export default class Video extends Component<Props> {
110 111
 
111 112
             // VideoTransform implements "pinch to zoom". As part of "pinch to
112 113
             // zoom", it implements onPress, of course.
113
-            if (zoomEnabled) {
114
+            if (zoomEnabled2) {
114 115
                 return (
115 116
                     <VideoTransform
116
-                        enabled = { zoomEnabled }
117
+                        enabled = { zoomEnabled2 }
117 118
                         onPress = { onPress }
118 119
                         streamId = { stream.id }
119 120
                         style = { {...style,...avt_style} }>

読み込み中…
キャンセル
保存