summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayoutChildren.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-01-30 13:33:56 -0800
committerWinson Chung <winsonc@google.com>2011-01-30 13:34:42 -0800
commit7a25a9e39a13df706daeb0a4a82273f3c5151997 (patch)
tree7ff2c5bd430db2c94b33db7955599bd563277004 /src/com/android/launcher2/CellLayoutChildren.java
parente1dc51bce0764ba5a567145b0f4c78aa5b24fe67 (diff)
downloadandroid_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.tar.gz
android_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.tar.bz2
android_packages_apps_Trebuchet-7a25a9e39a13df706daeb0a4a82273f3c5151997.zip
Calling removeItems() should mark the item's previous cell as unoccupied. (3405806)
Change-Id: I99de0149dea5b487ed75e2469478e2346cd5b5df
Diffstat (limited to 'src/com/android/launcher2/CellLayoutChildren.java')
-rw-r--r--src/com/android/launcher2/CellLayoutChildren.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayoutChildren.java b/src/com/android/launcher2/CellLayoutChildren.java
index 09ab26688..782db73aa 100644
--- a/src/com/android/launcher2/CellLayoutChildren.java
+++ b/src/com/android/launcher2/CellLayoutChildren.java
@@ -167,4 +167,4 @@ public class CellLayoutChildren extends CachedViewGroup {
protected void setChildrenDrawnWithCacheEnabled(boolean enabled) {
super.setChildrenDrawnWithCacheEnabled(enabled);
}
-} \ No newline at end of file
+}