summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index 44980cdd9e..3747a7521e 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -265,7 +265,7 @@ static int get_action_worker(int context, int timeout,
265 last_context = context; 265 last_context = context;
266#ifndef HAS_BUTTON_HOLD 266#ifndef HAS_BUTTON_HOLD
267 screen_has_lock = ((context & ALLOW_SOFTLOCK) == ALLOW_SOFTLOCK); 267 screen_has_lock = ((context & ALLOW_SOFTLOCK) == ALLOW_SOFTLOCK);
268 if (screen_has_lock && keys_locked) 268 if (is_keys_locked())
269 { 269 {
270 if (button == unlock_combo) 270 if (button == unlock_combo)
271 { 271 {