Avoid warning when compiling on visionOS 26 SDK

This commit is contained in:
Ricardo Sanchez-Saez 2026-01-12 15:03:21 -08:00
parent 1910c58c49
commit 4bf4d10f5e
Failed to extract signature

View file

@ -239,7 +239,7 @@
// MARK: Orientation
#if TARGET_OS_IPHONE
#ifdef IOS_ENABLED
- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator {
[super viewWillTransitionToSize:size withTransitionCoordinator:coordinator];
@ -255,7 +255,7 @@
}
}];
}
#endif // TARGET_OS_IPHONE
#endif
- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures {
if (GLOBAL_GET("display/window/ios/suppress_ui_gesture")) {