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

Commit 054a54d6 authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Make removeDesktop oneway

Make removeDesktop a oneway call to make sure that it doesn't block.

Test: m
Flag: EXEMPT Marking method as oneway
Bug: 370757235
Change-Id: I474d6b47facbaf2f38cdbfbb30b21b4e7ef061f1
parent f3dcd3ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,5 +51,5 @@ interface IDesktopMode {
    void moveToDesktop(int taskId, in DesktopModeTransitionSource transitionSource);

    /** Remove desktop on the given display */
    void removeDesktop(int displayId);
    oneway void removeDesktop(int displayId);
}
 No newline at end of file