summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
360#ifdef HAVE_TOUCHSCREEN 360#ifdef HAVE_TOUCHSCREEN
361 if (button == ACTION_TOUCHSCREEN) 361 if (button == ACTION_TOUCHSCREEN)
362 button = wps_get_touchaction(gui_wps[SCREEN_MAIN].data); 362 button = wps_get_touchaction(gui_wps[SCREEN_MAIN].data);
363 if (button != ACTION_WPS_SEEKFWD &&
364 button != ACTION_WPS_SEEKBACK)
365 button = ACTION_WPS_STOPSEEK;
363#endif 366#endif
364 } 367 }
365 } 368 }