Bläddra i källkod

auto commit

app
jfinn 3 år sedan
förälder
incheckning
f43260b273
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      react/features/conference/components/native/Conference.js

+ 2
- 1
react/features/conference/components/native/Conference.js Visa fil

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

Laddar…
Avbryt
Spara