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

Commit 374faa66 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: I6cedb58112f475f46d0b8caafb0824aacc9a3825
parents f216a50d 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);
}