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

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

Merge "Update doc for AppHandlePositionCallback to say taskId." into main

parents 181fa0dc b65dfb77
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -30,8 +30,9 @@ fun interface AppHandlePositionCallback {
     * that was passed in when adding this listener.
     * See [AppHandles.addListener]
     *
     * @param handles The new map of [AppHandleIdentifier] objects key'd by displayId.
     *                Never null, may be empty.
     * @param handles The new map of [AppHandleIdentifier] objects key'd by taskId.
     *                TODO(b/417194560): Make AppHandle key'd on both taskId and displayId.
     *                The map is never null, may be empty.
     */
    fun onAppHandlesUpdated(handles: Map<Int, AppHandleIdentifier>)
}