Fixing issue with items not being removed from the homescreen. (3392097)

Change-Id: Ia3952a1001a83543f97625bdbe032a70e813a7c7
This commit is contained in:
Winson Chung
2011-01-27 16:07:20 -08:00
parent 27b3721bf9
commit 248b7cb7c8
+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() {