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

Commit 53a1eaa7 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Android (Google) Code Review
Browse files

Merge "LayoutLib: Fix broken sdk builds"

parents 47941b3a a3874f0a
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.
    }