summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 0c7975a..0a8ce89 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -360,6 +360,9 @@ bool ffwd_rew(int button)
#ifdef HAVE_TOUCHSCREEN
if (button == ACTION_TOUCHSCREEN)
button = wps_get_touchaction(gui_wps[SCREEN_MAIN].data);
+ if (button != ACTION_WPS_SEEKFWD &&
+ button != ACTION_WPS_SEEKBACK)
+ button = ACTION_WPS_STOPSEEK;
#endif
}
}