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

Commit d6e538d2 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

Change-Id: I4dd36a87199063bb3eae39da037d917785e91032
parents ac755cb4 d393d5c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {