summaryrefslogtreecommitdiffstats
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 166c9baa04..f0667b7e9d 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -926,7 +926,7 @@ int plugin_load(const char* plugin, const void* parameter)
tree_unlock_cache(tree_get_context());
pop_current_activity_without_refresh();
- if ((rc != PLUGIN_GOTO_WPS) && (get_current_activity() != ACTIVITY_WPS))
+ if (get_current_activity() != ACTIVITY_WPS)
{
FOR_NB_SCREENS(i)
skin_update(CUSTOM_STATUSBAR, i, SKIN_REFRESH_ALL);