summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.c b/apps/action.c
index 7667e4dd12..31770cdb4e 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -192,6 +192,7 @@ static int get_action_worker(int context, int timeout,
192 repeated = false; 192 repeated = false;
193 193
194 last_button = button; 194 last_button = button;
195 last_action = ret;
195 return ret; 196 return ret;
196} 197}
197 198