summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2016-02-09 13:59:23 -0500
committerJason Riordan <jriordan001@gmail.com>2016-02-09 14:04:34 -0500
commit2d70a9b48421b8b03bc6540ab2647c02833fa8d6 (patch)
tree16518e1c9eb4a6c2b451f26c4697e790ba203d5a /healthd
parentd55fc8946d5d008a5174e6592063b27a65dc2856 (diff)
downloadsystem_core-2d70a9b48421b8b03bc6540ab2647c02833fa8d6.zip
system_core-2d70a9b48421b8b03bc6540ab2647c02833fa8d6.tar.gz
system_core-2d70a9b48421b8b03bc6540ab2647c02833fa8d6.tar.bz2
charger: Show all charger animations
With level-only set to true 80% battery animation is only shown when battery is exactly 80%. Set to false to allow all animation frames to be used. Change-Id: I7b53e924a661e644ad00ba9906e582d4a6bc2610
Diffstat (limited to 'healthd')
-rw-r--r--healthd/healthd_mode_charger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd_mode_charger.cpp b/healthd/healthd_mode_charger.cpp
index 1b6e216..eb93d6a 100644
--- a/healthd/healthd_mode_charger.cpp
+++ b/healthd/healthd_mode_charger.cpp
@@ -156,7 +156,7 @@ static struct frame batt_anim_frames[] = {
{
.disp_time = 750,
.min_capacity = 80,
- .level_only = true,
+ .level_only = false,
.surface = NULL,
},
{