Keep running charging animation until top-off is completed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2a3aab675a
commit
94077449cc
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ void status_draw(bool force_redraw)
|
|||
}
|
||||
|
||||
/* animate battery if charging */
|
||||
if (charge_state == 1) {
|
||||
if ((charge_state == 1) ||
|
||||
(charge_state == 2)) {
|
||||
#else
|
||||
global_settings.runtime = 0;
|
||||
lasttime = current_tick;
|
||||
|
|
Loading…
Reference in a new issue