Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff36b739 authored by Todd Poynor's avatar Todd Poynor Committed by Android (Google) Code Review
Browse files

Merge "battery history details: update status bars on any change" into jb-mr2-dev

parents 3c8a4c3b 56247a63
Loading
Loading
Loading
Loading
+59 −59
Original line number Diff line number Diff line
@@ -557,6 +557,7 @@ public class BatteryHistoryChart extends View {
                            lastX = x;
                            lastY = y;
                        }
                    }

                    final boolean charging =
                        (rec.states&HistoryItem.STATE_BATTERY_PLUGGED_FLAG) != 0;
@@ -628,7 +629,6 @@ public class BatteryHistoryChart extends View {
                        }
                        mPhoneSignalChart.addTick(x, bin);
                    }
                    }

                } else if (rec.cmd != BatteryStats.HistoryItem.CMD_OVERFLOW) {
                    if (curLevelPath != null) {