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

Commit 39b76ed6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "[BugFix][Batterystats] bugfix for noteResetVideoLocked" am: 5c370458...

Merge "[BugFix][Batterystats] bugfix for noteResetVideoLocked" am: 5c370458 am: 1b6c142a am: 1db3ba61

Change-Id: I7206b0113231956a95afc90437ac10049df66a52
parents 21245b2b 1db3ba61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5428,7 +5428,7 @@ public class BatteryStatsImpl extends BatteryStats {
        if (mVideoOnNesting > 0) {
            final long elapsedRealtime = mClocks.elapsedRealtime();
            final long uptime = mClocks.uptimeMillis();
            mAudioOnNesting = 0;
            mVideoOnNesting = 0;
            mHistoryCur.states2 &= ~HistoryItem.STATE2_VIDEO_ON_FLAG;
            if (DEBUG_HISTORY) Slog.v(TAG, "Video off to: "
                    + Integer.toHexString(mHistoryCur.states));