Forgot to update the screen before splashing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7460 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2005-09-02 22:25:25 +00:00
parent ac50839423
commit 0d82c9c8a6

View file

@ -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);