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

Commit 75a2ee59 authored by Danesh M's avatar Danesh M
Browse files

Framework : Fix proximity wakeup reference

Change-Id: Ia40ca6fbf6e37fbb3996f2384f725c30b88c2131
parent f73881b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -554,7 +554,7 @@ public final class PowerManager {
     */
    public void wakeUpWithProximityCheck(long time) {
        try {
            mService.wakeUpFromKeyEvent(time);
            mService.wakeUpWithProximityCheck(time);
        } catch (RemoteException e) {
        }
    }