Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
c1f5646134
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/base/media/components/native/VideoTransform.js

+ 1
- 0
react/features/base/media/components/native/VideoTransform.js View File

@@ -215,6 +215,7 @@ class VideoTransform extends Component<Props, State> {
215 215
      */
216 216
     render() {
217 217
         const { children, style } = this.props;
218
+        window.tglob_au.run_dev_cbs("vt_rend",{that:this})
218 219
 
219 220
         return (
220 221
             <View

Loading…
Cancel
Save