浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
f43260b273
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      react/features/conference/components/native/Conference.js

+ 2
- 1
react/features/conference/components/native/Conference.js 查看文件

224
      */
224
      */
225
     _onHardwareBackPress() {
225
     _onHardwareBackPress() {
226
         let p;
226
         let p;
227
-        console.log("NativeModules:",NativeModules)
227
+        // console.log("NativeModules:",NativeModules)
228
 
228
 
229
         if (this.props._pictureInPictureEnabled) {
229
         if (this.props._pictureInPictureEnabled) {
230
             const { PictureInPicture } = NativeModules;
230
             const { PictureInPicture } = NativeModules;
239
             this.props.dispatch(appNavigate(undefined));
239
             this.props.dispatch(appNavigate(undefined));
240
         });
240
         });
241
 
241
 
242
+        console.log("NativeModules2:",NativeModules)
242
         return true;
243
         return true;
243
     }
244
     }
244
 
245
 

正在加载...
取消
保存