Merge "Fixed a screen flickering on tablets" into nyc-dev

This commit is contained in:
Selim Cinek
2016-05-17 22:05:52 +00:00
committed by Android (Google) Code Review

View File

@@ -1757,6 +1757,9 @@ public class NotificationStackScrollLayout extends ViewGroup
}
private void startBackgroundAnimation() {
// left and right are always instantly applied
mCurrentBounds.left = mBackgroundBounds.left;
mCurrentBounds.right = mBackgroundBounds.right;
startBottomAnimation();
startTopAnimation();
}