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

Commit 8abd377b authored by Pragya Bajoria's avatar Pragya Bajoria Committed by Android (Google) Code Review
Browse files

Merge "Remove obsolete desktop stashing for Desktop Windowing [4/n]" into main

parents 9ad55393 8a4e2f3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ interface IDesktopTaskListener {
    /** Desktop tasks visibility has changed. Visible if at least 1 task is visible. */
    oneway void onTasksVisibilityChanged(int displayId, int visibleTasksCount);

    /** Desktop task stashed status has changed. */
    /** @deprecated this is no longer supported. */
    oneway void onStashedChanged(int displayId, boolean stashed);
}
 No newline at end of file