diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 52d4312..90081cc 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -616,7 +616,8 @@ int plugin_load(const char* plugin, void* parameter) rc = hdr->entry_point((struct plugin_api*) &rockbox_api, parameter); /* explicitly casting the pointer here to avoid touching every plugin. */ - + + action_signalscreenchange(); button_clear_queue(); #ifdef HAVE_LCD_BITMAP @@ -648,7 +649,6 @@ int plugin_load(const char* plugin, void* parameter) lcd_remote_clear_display(); lcd_remote_update(); #endif - action_signalscreenchange(); if (pfn_tsr_exit == NULL) plugin_loaded = false; |