Merge "fix render glitch for "digest" animation when items are added to a new screen" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
e702ca0141
@@ -305,6 +305,9 @@ public class CellLayout extends ViewGroup {
|
||||
if (scaleFactor != mGlowBackgroundScale) {
|
||||
mGlowBackgroundScale = scaleFactor;
|
||||
updateGlowRect();
|
||||
if (getParent() != null) {
|
||||
((View) getParent()).invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user