mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
31bc746984
commit
806ad8a8c9
3 changed files with 14 additions and 13 deletions
|
|
@ -22,6 +22,9 @@ static bool _isDeviceRotating = false;
|
|||
|
||||
@end
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wincomplete-implementation"
|
||||
|
||||
@implementation UIWindow (OrientationChange)
|
||||
|
||||
+ (void)load {
|
||||
|
|
@ -120,8 +123,6 @@ static bool _isDeviceRotating = false;
|
|||
return _isDeviceRotating;
|
||||
}
|
||||
|
||||
- (void)_updateToInterfaceOrientation:(int)arg1 duration:(double)arg2 force:(BOOL)arg3 {
|
||||
[super _updateToInterfaceOrientation:arg1 duration:arg2 force:arg3];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue