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

Commit 310a4d81 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

LAyoutLib: Fix build by adding missing IWindowSession implementation.

Change-Id: I0af178d149b782cac3ae0c36fa5fc03f4dc6118b
parent 1f1957f5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -160,4 +160,10 @@ public final class BridgeWindowSession implements IWindowSession {
        // pass for now.
        return null;
    }

    public IBinder prepareDrag(IWindow arg0, boolean arg1, int arg2, int arg3, Surface arg4)
            throws RemoteException {
        // TODO Auto-generated method stub
        return null;
    }
}