forked from len0rd/rockbox
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:
parent
ac50839423
commit
0d82c9c8a6
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
rb->splash(HZ, true, "Aborted");
|
rb->splash(HZ, true, "Aborted");
|
||||||
return PLUGIN_OK;
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
|
update_screen();
|
||||||
rb->splash(HZ, true, "Done");
|
rb->splash(HZ, true, "Done");
|
||||||
update_screen();
|
update_screen();
|
||||||
button = rb->button_get(true);
|
button = rb->button_get(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue