summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index eb1325c827..a2d7129f06 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -641,6 +641,7 @@ int plugin_load(const char* plugin, void* parameter)
641 lcd_remote_clear_display(); 641 lcd_remote_clear_display();
642 lcd_remote_update(); 642 lcd_remote_update();
643#endif 643#endif
644 action_signalscreenchange();
644 645
645 if (pfn_tsr_exit == NULL) 646 if (pfn_tsr_exit == NULL)
646 plugin_loaded = false; 647 plugin_loaded = false;