浏览代码

auto commit

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

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

@@ -224,9 +224,11 @@ class Conference extends AbstractConference<Props, *> {
224 224
      */
225 225
     _onHardwareBackPress() {
226 226
         let p;
227
+        console.log("NativeModules:",NativeModules)
227 228
 
228 229
         if (this.props._pictureInPictureEnabled) {
229 230
             const { PictureInPicture } = NativeModules;
231
+        console.log("PictureInPicture:",PictureInPicture)
230 232
 
231 233
             p = PictureInPicture.enterPictureInPicture();
232 234
         } else {

正在加载...
取消
保存