We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6065384 commit 8981426Copy full SHA for 8981426
ios/RNInCallManager/RNInCallManager.m
@@ -714,8 +714,9 @@ - (void)startProximitySensor
714
}
715
716
NSLog(@"RNInCallManager.startProximitySensor()");
717
- _currentDevice.proximityMonitoringEnabled = YES;
718
-
+ // _currentDevice.proximityMonitoringEnabled = YES;
+ _currentDevice.proximityMonitoringEnabled = NO;
719
+
720
// --- in case it didn't deallocate when ViewDidUnload
721
[self stopObserve:_proximityObserver
722
name:UIDeviceProximityStateDidChangeNotification
0 commit comments