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 58055d2 commit c39759bCopy full SHA for c39759b
packages/react-native/React/CoreModules/RCTDevSettings.mm
@@ -265,10 +265,8 @@ - (id)settingForKey:(NSString *)key
265
266
- (void)setIsShakeGestureEnabled:(BOOL)isShakeGestureEnabled
267
{
268
- if (isShakeGestureEnabled != _isShakeGestureEnabled) {
269
- _isShakeGestureEnabled = isShakeGestureEnabled;
270
- [self setIsShakeToShowDevMenuEnabled:isShakeGestureEnabled];
271
- }
+ _isShakeGestureEnabled = isShakeGestureEnabled;
+ [self setIsShakeToShowDevMenuEnabled:isShakeGestureEnabled];
272
}
273
274
- (BOOL)isDeviceDebuggingAvailable
0 commit comments