Fix issue where extra page hangs around (issue 11634172)

Change-Id: Ia0900c9fc07bc587259e36ed17816eaf519b10dc
This commit is contained in:
Adam Cohen
2013-11-12 11:44:58 +00:00
parent c361b6fe3e
commit f0f2ffaedc
+2
View File
@@ -758,6 +758,8 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
}
completeDragExit();
}
} else {
mLauncher.getWorkspace().removeExtraEmptyScreen(true, null);
}
mDeleteFolderOnDropCompleted = false;