Fixed the transition of the background of the notifications am: d393d5c1e5

am: d6e538d2df

Change-Id: Ib82fa0ba706798c6268526f41496778e19cf7ac0
This commit is contained in:
Selim Cinek
2016-08-08 19:40:32 +00:00
committed by android-build-merger

View File

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