Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
3e23eef38c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      react/features/conference/components/native/Conference.js

+ 2
- 0
react/features/conference/components/native/Conference.js View File

224
      */
224
      */
225
     _onHardwareBackPress() {
225
     _onHardwareBackPress() {
226
         let p;
226
         let p;
227
+        console.log("NativeModules:",NativeModules)
227
 
228
 
228
         if (this.props._pictureInPictureEnabled) {
229
         if (this.props._pictureInPictureEnabled) {
229
             const { PictureInPicture } = NativeModules;
230
             const { PictureInPicture } = NativeModules;
231
+        console.log("PictureInPicture:",PictureInPicture)
230
 
232
 
231
             p = PictureInPicture.enterPictureInPicture();
233
             p = PictureInPicture.enterPictureInPicture();
232
         } else {
234
         } else {

Loading…
Cancel
Save