Merge "Fix bug where two items could occupy same grid cell in hotseat." into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2018-02-09 23:54:40 +00:00 committed by Android (Google) Code Review
commit 00092efbdf
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ public class Workspace extends PagedView
}
updateChildrenLayersEnabled();
mDragInfo = null;
mOutlineProvider = null;
mDragSourceInternal = null;
}