forked from mirrors/linphone-iphone
Fix small rotation issue
This commit is contained in:
parent
72302707ec
commit
2ef68adf49
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@
|
|||
if(currentOrientation == UIDeviceOrientationUnknown) {
|
||||
return [UIApplication sharedApplication].statusBarOrientation;
|
||||
}
|
||||
return currentOrientation;
|
||||
deviceOrientation = currentOrientation;
|
||||
}
|
||||
if (UIDeviceOrientationIsPortrait(deviceOrientation)) {
|
||||
if ([currentViewDescription portraitMode]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue