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

Commit 2b53b80e authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

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

* commit '9a67ad9f':
  Fix the dock-insertion Dream entry codepath.
parents dbd515d5 9a67ad9f
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();
                    }
                }