commit | fefafe5aa9980069b38c549051b3da7ab64194d7 | [log] [tgz] |
---|---|---|
author | Shikha Malhotra <shikhamalhotra@google.com> | Thu Apr 14 15:35:33 2022 +0000 |
committer | Shikha Malhotra <shikhamalhotra@google.com> | Thu Apr 14 15:35:33 2022 +0000 |
tree | c98faaf548204bd2d0bc14c61af3e84583fd700d | |
parent | 80a315e50f80fe769390fe978e0809129612a640 [diff] |
Putting back generics for Workspace This got over-written in merging files Bug: b/218186705 Test: Manually tested Launcher3 works. Change-Id: I55287e110d067a338204924337091ead044b34ec
diff --git a/src/com/android/launcher3/accessibility/LauncherAccessibilityDelegate.java b/src/com/android/launcher3/accessibility/LauncherAccessibilityDelegate.java index 462daf5..12eb837 100644 --- a/src/com/android/launcher3/accessibility/LauncherAccessibilityDelegate.java +++ b/src/com/android/launcher3/accessibility/LauncherAccessibilityDelegate.java
@@ -313,7 +313,7 @@ * 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;