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

Commit 0da43029 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix build

Change-Id: I6d4bebf90c11a4a00d259aac34bb9459d973da9b
parent 298c0811
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ public final class BridgeWindowSession implements IWindowSession {
    @Override
    public int relayout(IWindow iWindow, int i, LayoutParams layoutParams, int i2,
            int i3, int i4, int i5, Rect rect, Rect rect2, Rect rect3, Rect rect4, Rect rect5,
            Rect rect6, Configuration configuration, Surface surface) throws RemoteException {
            Rect rect6, Rect rect7, Configuration configuration, Surface surface)
            throws RemoteException {
        // pass for now.
        return 0;
    }