add notification for going into screensaver

This commit is contained in:
Qingping Hou
2012-04-25 14:13:21 +08:00
parent f4c6c6ab1c
commit cb77807a93

View File

@@ -166,6 +166,7 @@ function Commands:new(obj)
"toggle screen saver",
function()
Screen:saveCurrentBB()
InfoMessage:show("Going into screensaver... ", 0)
Screen.kpv_rotation_mode = Screen.cur_rotation_mode
fb:setOrientation(Screen.native_rotation_mode)
util.sleep(1)