summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/action.c b/apps/action.c
index 003f11faa8..ffb4195cc9 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -192,6 +192,9 @@ static int get_action_worker(int context, int timeout,
192 { 192 {
193 if (button&BUTTON_REL) 193 if (button&BUTTON_REL)
194 { 194 {
195 /* remember the button for the below button eating on context
196 * change */
197 last_button = button;
195 wait_for_release = false; 198 wait_for_release = false;
196 } 199 }
197 return ACTION_NONE; 200 return ACTION_NONE;