From cb77807a9382ea627f479f692f4d6ef3ef167922 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 25 Apr 2012 14:13:21 +0800 Subject: [PATCH] add notification for going into screensaver --- commands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.lua b/commands.lua index 2168fb57d..83e2381cf 100644 --- a/commands.lua +++ b/commands.lua @@ -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)