Fix use of drawing cache in Launcher.
This commit is contained in:
parent
f280f202e9
commit
806b0f3fbf
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue