diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 128b52ea2d..b8897c95ee 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -919,7 +919,7 @@ int plugin_load(const char* plugin, const void* parameter) int rc = p_hdr->entry_point(parameter); tree_unlock_cache(tree_get_context()); - pop_current_activity(); + pop_current_activity(ACTIVITY_REFRESH_NOW); if (!pfn_tsr_exit) { /* close handle if plugin is no tsr one */ |