summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/status.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 09f777725e..5ff7a92e75 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -145,7 +145,8 @@ void status_draw(bool force_redraw)
145 } 145 }
146 146
147 /* animate battery if charging */ 147 /* animate battery if charging */
148 if (charge_state == 1) { 148 if ((charge_state == 1) ||
149 (charge_state == 2)) {
149#else 150#else
150 global_settings.runtime = 0; 151 global_settings.runtime = 0;
151 lasttime = current_tick; 152 lasttime = current_tick;