Avoid warning when compiling on visionOS 26 SDK
This commit is contained in:
parent
1910c58c49
commit
4bf4d10f5e
1 changed files with 2 additions and 2 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue