diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 9362c84e20..d43f56fac6 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -280,7 +280,7 @@ bool ffwd_rew(int button) break; } if (!exit) - button = get_action(CONTEXT_WPS,TIMEOUT_BLOCK); + button = get_action(CONTEXT_WPS|ALLOW_SOFTLOCK,TIMEOUT_BLOCK); } return usb; }