Merge "Putting back generics for Workspace" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-19 20:25:37 +00:00
committed by Android (Google) Code Review
@@ -313,7 +313,7 @@ public class LauncherAccessibilityDelegate extends BaseAccessibilityDelegate<Lau
* Find empty space on the workspace and returns the screenId.
*/
protected int findSpaceOnWorkspace(ItemInfo info, int[] outCoordinates) {
Workspace workspace = mContext.getWorkspace();
Workspace<?> workspace = mContext.getWorkspace();
IntArray workspaceScreens = workspace.getScreenOrder();
int screenId;