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

Commit e595e819 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make removeDesktop oneway" into main

parents 56a91a9a 054a54d6
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