Fix prevent issues.
authorkeonpyo.kong <keonpyo.kong@samsung.com>
Thu, 4 Apr 2013 02:16:36 +0000 (11:16 +0900)
committerkeonpyo.kong <keonpyo.kong@samsung.com>
Thu, 4 Apr 2013 02:16:36 +0000 (11:16 +0900)
Change-Id: I2aa551fe7b37e64460dd0a6ddbd27db86a1c2d08
Signed-off-by: keonpyo.kong <keonpyo.kong@samsung.com>
src/ui/FUi_ControlImplManager.cpp

index b2b1cb4..d7dd8e3 100755 (executable)
@@ -248,12 +248,12 @@ _ControlImplManager::OnScreenRotated(int rotation)
 #if defined(WINDOW_BASE_ROTATE)
        // Do not use the device orientation callback.
        return;
-#endif
-
+#else
        _ControlManager* pCore = _ControlManager::GetInstance();
        SysAssert(pCore);
 
        pCore->OnScreenRotated(rotation);
+#endif
 }
 
 void