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

Commit fb166de4 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android (Google) Code Review
Browse files

Merge "BatteryStats: Remove empty conditional."

parents 2dcd15de ddf96c0a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9931,8 +9931,6 @@ public class BatteryStatsImpl extends BatteryStats {
            if (wl != null) {
                StopwatchTimer wlt = getWakelockTimerLocked(wl, type);
                wlt.stopRunningLocked(elapsedRealtimeMs);
                if (!wlt.isRunningLocked()) { // only tell statsd if truly stopped
                }
            }
            if (type == WAKE_TYPE_PARTIAL) {
                if (mAggregatedPartialWakelockTimer != null) {