Fix Ime Rotation
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrl_FrameImpl.cpp
index b8b9d18..c4a02a8 100644 (file)
@@ -93,7 +93,7 @@ _FrameImpl::_FrameImpl(Frame* pPublic, _Frame* pCore)
        SysTryReturnVoidResult(NID_UI_CTRL, __pFrameEvent, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
 
        int appType = _AppInfo::GetAppType();
-       if (appType == _APP_TYPE_IME_APP)
+       if (appType & _APP_TYPE_IME_APP)
        {
                __pImeOrientationAgent = _ImeOrientationAgent::CreateInstanceN(*pPublic);
                SysTryCatch(NID_UI_CTRL, __pImeOrientationAgent != null, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));