|
@@ -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
|
|