mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Notify predictor on appIcon convert to folder
Bug:148749638 Test:Manual Change-Id: I7eed1f309197479f708a23029c04106af0ac536f
This commit is contained in:
@@ -1703,8 +1703,8 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation);
|
||||
target.removeView(v);
|
||||
|
||||
FolderIcon fi =
|
||||
mLauncher.addFolder(target, container, screenId, targetCell[0], targetCell[1]);
|
||||
FolderIcon fi = mLauncher.addFolder(target, sourceInfo, container, screenId,
|
||||
targetCell[0], targetCell[1]);
|
||||
destInfo.cellX = -1;
|
||||
destInfo.cellY = -1;
|
||||
sourceInfo.cellX = -1;
|
||||
|
||||
Reference in New Issue
Block a user