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

Commit 61116acd authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build.

Change-Id: I00f040ab16cf8a3b7a995b4626d49e70b97fb294
parent 4255869a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ public class BridgePowerManager implements IPowerManager {
    }
    }


    @Override
    @Override
    public void goToSleep(long arg0, int arg1) throws RemoteException {
    public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException {
        // pass for now.
        // pass for now.
    }
    }