Fix use of drawing cache in Launcher.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user