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

Commit 2260a618 authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Fix build and reorder methods to match ec6a447c

Change-Id: I39ee2864eda489bf0e485ea96d30e56b29500865
parent 3236fef5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -86,6 +86,11 @@ public final class BridgeWindow implements IWindow {
        // pass for now.
    }

    @Override
    public void updatePointerIcon(float x, float y) {
        // pass for now
    }

    @Override
    public void dispatchSystemUiVisibilityChanged(int seq, int globalUi,
            int localValue, int localChanges) {
@@ -106,7 +111,4 @@ public final class BridgeWindow implements IWindow {
        return null;
    }

    @Override
    void updatePointerIcon(float x, float y) {
    }
}