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

Commit 9a67ad9f authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 7c46e438: Merge "Fix the dock-insertion Dream entry codepath." into jb-mr1-dev

* commit '7c46e438':
  Fix the dock-insertion Dream entry codepath.
parents 8909d058 7c46e438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ public class PowerManagerService extends IPowerManager.Stub
                    }

                    // stop the screensaver if we're now unplugged
                    if (mPolicy != null) {
                    if (mPolicy != null && wasPowered) {
                        mPolicy.stopScreenSaver();
                    }
                }