Fixed the transition of the background of the notifications

am: d393d5c1e5

Change-Id: I4dd36a87199063bb3eae39da037d917785e91032
This commit is contained in:
Selim Cinek
2016-08-08 19:29:52 +00:00
committed by android-build-merger

View File

@@ -2009,7 +2009,7 @@ public class NotificationStackScrollLayout extends ViewGroup
bottom = Math.min(bottom, getHeight()); bottom = Math.min(bottom, getHeight());
} }
} else { } else {
top = (int) (mTopPadding + mStackTranslation); top = mTopPadding;
bottom = top; bottom = top;
} }
if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) { if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) {