summaryrefslogtreecommitdiffstats
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,
{
if (button&BUTTON_REL)
{
+ /* remember the button for the below button eating on context
+ * change */
+ last_button = button;
wait_for_release = false;
}
return ACTION_NONE;