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

Commit b2346324 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am f1d14f6a: Do not advance mLastEventTime when enabling or disabling user activity.

Merge commit 'f1d14f6a' into eclair-mr2

* commit 'f1d14f6a':
  Do not advance mLastEventTime when enabling or disabling user activity.
parents 3f16be20 f1d14f6a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2079,7 +2079,6 @@ class PowerManagerService extends IPowerManager.Stub
    public void enableUserActivity(boolean enabled) {
        synchronized (mLocks) {
            mUserActivityAllowed = enabled;
            mLastEventTime = SystemClock.uptimeMillis(); // we might need to pass this in
        }
    }