Loading src/com/android/launcher3/Folder.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1295,6 +1295,8 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList mSuppressOnAdd = true; mSuppressOnAdd = true; mInfo.add(si); mInfo.add(si); mSuppressOnAdd = false; mSuppressOnAdd = false; // Clear the drag info, as it is no longer being dragged. mCurrentDragInfo = null; } } // This is used so the item doesn't immediately appear in the folder when added. In one case // This is used so the item doesn't immediately appear in the folder when added. In one case Loading Loading
src/com/android/launcher3/Folder.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1295,6 +1295,8 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList mSuppressOnAdd = true; mSuppressOnAdd = true; mInfo.add(si); mInfo.add(si); mSuppressOnAdd = false; mSuppressOnAdd = false; // Clear the drag info, as it is no longer being dragged. mCurrentDragInfo = null; } } // This is used so the item doesn't immediately appear in the folder when added. In one case // This is used so the item doesn't immediately appear in the folder when added. In one case Loading