Loading services/java/com/android/server/power/PowerManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } } Loading Loading
services/java/com/android/server/power/PowerManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } } Loading