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

Commit 7c77af63 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "GestureNav: make reportSystemGestureExclusionChanged oneway" into qt-dev

am: d4a50e6e

Change-Id: I9f837989727c263517aa0d2f3dfd47a830f6170c
parents f61fdd82 d4a50e6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,5 +300,5 @@ interface IWindowSession {
    /**
     * Called when the system gesture exclusion has changed.
     */
    void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
    oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
}