From e3e39967660c5715da2838f434bba288776ae358 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 19 Mar 2014 18:28:52 -0700 Subject: [PATCH] CB-4051 - Re-fix - Splashscreen rotation problem (closes #13) --- src/ios/CDVSplashScreen.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/CDVSplashScreen.m b/src/ios/CDVSplashScreen.m index 093fc87..fdfc4c4 100644 --- a/src/ios/CDVSplashScreen.m +++ b/src/ios/CDVSplashScreen.m @@ -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: