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

am: ce80acd73a

* commit 'ce80acd73a5a34d15531d8377fa5b16d0ec5deb7':
  Fixed a screen flickering on tablets

Change-Id: I5829b4044df7605bbeecb0545d2d600384132181
This commit is contained in:
Selim Cinek
2016-05-17 22:21:37 +00:00
committed by android-build-merger

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();
}