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 94a166a commit 507e6f2Copy full SHA for 507e6f2
packages/react-native/React/CoreModules/RCTDevMenu.mm
@@ -127,8 +127,7 @@ + (void)initialize
127
{
128
#if !TARGET_OS_OSX // [macOS]
129
// We're swizzling here because it's poor form to override methods in a category,
130
- RCTOriginalUIWindowMotionEndedWithEventImp = (MotionEndedWithEventImpType)RCTSwapInstanceMethods(
131
- [UIWindow class], @selector(motionEnded:withEvent:), @selector(RCT_motionEnded:withEvent:)); // [macOS]
+ RCTOriginalUIWindowMotionEndedWithEventImp = (MotionEndedWithEventImpType) RCTSwapInstanceMethods([UIWindow class], @selector(motionEnded:withEvent:), @selector(RCT_motionEnded:withEvent:)); // [macOS]
132
#endif // [macOS]
133
}
134
0 commit comments