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

Commit a3874f0a authored by Ji-Hwan Lee's avatar Ji-Hwan Lee
Browse files

LayoutLib: Fix broken sdk builds

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

    @Override
    public void onRectangleOnScreenRequested(IBinder window, Rect rectangle, boolean immediate) {
    public void onRectangleOnScreenRequested(IBinder window, Rect rectangle) {
        // pass for now.
    }