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

Commit e13b5c87 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Adapted the background behavior on the lockscreen"

parents c3e36521 7db4298c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1648,6 +1648,9 @@ public class NotificationStackScrollLayout extends ViewGroup
                bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight());
                bottom = Math.min(bottom, getHeight());
            }
        } else if (mPhoneStatusBar.getBarState() == StatusBarState.KEYGUARD) {
            top = mTopPadding;
            bottom = top;
        }
        mBackgroundBounds.top = Math.max(0, top);
        mBackgroundBounds.bottom = Math.min(getHeight(), bottom);