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

Commit 7c46e438 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Fix the dock-insertion Dream entry codepath." into jb-mr1-dev

parents 634471ed 015b9f45
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();
                    }
                }