leave cvm proccess running on KPV start and SS resume

Otherwise, lipc-wait-event won't be able to catch any events
This commit is contained in:
Qingping Hou
2013-01-10 14:23:11 +08:00
parent 55b2813b32
commit 00a7d5a61c
3 changed files with 9 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ function ReaderMenu:setUpdateItemTable()
{
text = "rotate 90 degree clockwise",
callback = function()
Screen:screenRotate("clockwise")
--Screen:screenRotate("clockwise")
self.ui:handleEvent(
Event:new("SetDimensions", Screen:getSize()))
end
@@ -42,7 +42,7 @@ function ReaderMenu:setUpdateItemTable()
{
text = "rotate 90 degree anticlockwise",
callback = function()
Screen:screenRotate("anticlockwise")
--Screen:screenRotate("anticlockwise")
self.ui:handleEvent(
Event:new("SetDimensions", Screen:getSize()))
end