Merge "Remove a database operation that is not required"
This commit is contained in:
@@ -303,7 +303,6 @@ public class FolderIcon extends LinearLayout implements FolderListener {
|
||||
|
||||
public void addItem(ShortcutInfo item) {
|
||||
mInfo.add(item);
|
||||
LauncherModel.addOrMoveItemInDatabase(mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);
|
||||
}
|
||||
|
||||
public void onDragEnter(Object dragInfo) {
|
||||
|
||||
Reference in New Issue
Block a user