am 806b0f3f: Fix use of drawing cache in Launcher.
Merge commit '806b0f3fbf02171c691b1f9d48e51a47760565b3' * commit '806b0f3fbf02171c691b1f9d48e51a47760565b3': Fix use of drawing cache in Launcher.
This commit is contained in:
commit
ee21164548
|
@ -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