diff options
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r-- | apps/plugins/stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index b0610010ec..3a8eb74c2e 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -117,6 +117,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->splash(HZ, true, "Aborted"); return PLUGIN_OK; } + update_screen(); rb->splash(HZ, true, "Done"); update_screen(); button = rb->button_get(true); |