summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_touchsupport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_touchsupport.c b/apps/gui/skin_engine/skin_touchsupport.c
index fb4780c22d..a0b82dd9da 100644
--- a/apps/gui/skin_engine/skin_touchsupport.c
+++ b/apps/gui/skin_engine/skin_touchsupport.c
@@ -103,6 +103,7 @@ int skin_get_touchaction(struct wps_data *data, int* edge_offset,
103 } 103 }
104 temp = r; 104 temp = r;
105 returncode = r->action; 105 returncode = r->action;
106 r->last_press = current_tick;
106 break; 107 break;
107 default: 108 default:
108 if (r->armed && ((repeated && needs_repeat) || 109 if (r->armed && ((repeated && needs_repeat) ||