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

Commit 173b6c2d authored by Chong Zhang's avatar Chong Zhang
Browse files

Fix build break with startMovingTask API

Change-Id: I4dc44ca04c75a9dfed079338e4906d317f50a1e3
parent b8d79481
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public final class BridgeWindowSession implements IWindowSession {
    }

    @Override
    public boolean startMoving(IWindow window, float startX, float startY)
    public boolean startMovingTask(IWindow window, float startX, float startY)
            throws RemoteException {
        // pass for now
        return false;