forked from mirrors/linphone-iphone
Fix typo
This commit is contained in:
parent
825cf82af5
commit
f961ef486d
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@
|
|||
oppositeFrame.size.width = frame.size.height;
|
||||
|
||||
// if we start in portrait, the landscape view must get the opposite height and width
|
||||
if( portrait || [[UIDevice currentDevice].systemName floatValue] < 8 ){
|
||||
if( portrait || [[UIDevice currentDevice].systemVersion floatValue] < 8 ){
|
||||
Linphone_log(@"landscape get opposite: %@", NSStringFromCGSize(oppositeFrame.size));
|
||||
[landscapeView setFrame:oppositeFrame];
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue