am 23ec9a1f: Merge "Fixing issue with items not being removed from the homescreen. (3392097)" into honeycomb

* commit '23ec9a1f2b462b32dc27aca829f97331dfafe13e':
  Fixing issue with items not being removed from the homescreen. (3392097)
This commit is contained in:
Winson Chung
2011-01-27 16:35:22 -08:00
committed by Android Git Automerger
+2 -1
View File
@@ -2737,7 +2737,8 @@ public class Workspace extends SmoothPagedView
}
for (int i = 0; i < screenCount; i++) {
final CellLayout layout = (CellLayout) getChildAt(i);
final CellLayoutChildren layout =
(CellLayoutChildren) ((CellLayout) getChildAt(i)).getChildAt(0);
// Avoid ANRs by treating each screen separately
post(new Runnable() {