소스 검색

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 {

Loading…
취소
저장