diff options
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r-- | apps/gui/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 2a595f74e6..260730c4a1 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -322,7 +322,7 @@ static bool ffwd_rew(int button, bool seek_from_end) #endif if (button != ACTION_WPS_SEEKFWD && button != ACTION_WPS_SEEKBACK - && button != 0) + && button != 0 && !IS_SYSEVENT(button)) button = ACTION_WPS_STOPSEEK; } } |