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

Commit 015b9f45 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix the dock-insertion Dream entry codepath.

Bug: 6956040
Change-Id: I663e13f8a28db13b94d0f5aa4dbcf0cd64ef22fe
parent a1300467
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();
                    }
                }