diff --git a/src/com/android/launcher/CellLayout.java b/src/com/android/launcher/CellLayout.java index 058b22c61f..73dbb3ed2e 100644 --- a/src/com/android/launcher/CellLayout.java +++ b/src/com/android/launcher/CellLayout.java @@ -530,7 +530,7 @@ public class CellLayout extends ViewGroup { final View view = getChildAt(i); view.setDrawingCacheEnabled(enabled); // Update the drawing caches - view.buildDrawingCache(); + view.buildDrawingCache(true); } }