CB-4051 - Re-fix - Splashscreen rotation problem (closes #13)

This commit is contained in:
Shazron Abdullah 2014-03-19 18:28:52 -07:00
parent a10d8f8ca0
commit e3e3996766

View File

@ -138,7 +138,7 @@
if (CDV_IsIPhone5()) {
imageName = [imageName stringByAppendingString:@"-568h"];
} else if (CDV_IsIPad() || isOrientationLocked) {
} else if (CDV_IsIPad() && isOrientationLocked) {
switch (orientation) {
case UIInterfaceOrientationLandscapeLeft:
case UIInterfaceOrientationLandscapeRight: