Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d7731bb authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed the transition of the background of the notifications am: d393d5c1 am: d6e538d2

am: 9aa92e55

Change-Id: Ic3d325239b43d7e179557951054024cf78411055
parents c2fe7f72 9aa92e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2011,7 +2011,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) {