mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Fix compatibility with older Xcode version
This commit is contained in:
parent
78f9dc3ef7
commit
81fe7d6bf9
1 changed files with 2 additions and 0 deletions
|
|
@ -145,10 +145,12 @@
|
|||
[self processRemoteNotification:remoteNotif];
|
||||
}
|
||||
|
||||
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000
|
||||
// fix status bar color in iOS7
|
||||
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
|
||||
[application setStatusBarStyle:UIStatusBarStyleLightContent];
|
||||
}
|
||||
#endif
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue