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

Commit c3642d45 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Build fix

Change-Id: I0bf4241aa48f25f2b5774726d1d75dfb5a20a2e5
parent 4f63c76b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -431,6 +431,7 @@ public class LauncherModel extends BroadcastReceiver
     * @return screenId and the coordinates for the item.
     */
    @Thunk Pair<Long, int[]> findSpaceForItem(
            Context context,
            ArrayList<Long> workspaceScreens,
            ArrayList<Long> addedWorkspaceScreensFinal,
            int spanX, int spanY) {
@@ -526,7 +527,7 @@ public class LauncherModel extends BroadcastReceiver
                        }

                        // Find appropriate space for the item.
                        Pair<Long, int[]> coords = findSpaceForItem(
                        Pair<Long, int[]> coords = findSpaceForItem(context,
                                workspaceScreens, addedWorkspaceScreensFinal, 1, 1);
                        long screenId = coords.first;
                        int[] cordinates = coords.second;