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

Commit 0752f6d0 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

am: 7c77af63

Change-Id: I69d6088d4c4354a97048aed171060c79993fedbd
parents b0c979f0 7c77af63
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);
}