summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-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 0c7975a01a..0a8ce899c5 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
}
}