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

Commit 5954752f authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge \\\"Fix shade background not aligning with bottom of a group\\\" into...

Merge \\\"Fix shade background not aligning with bottom of a group\\\" into nyc-dev am: 4f9404f6 am: 8b1ddeb8
am: fd3ab417

Change-Id: I0cdb43461cbfe5256183c564937a3277af9ae6dc
parents 03331d5f fd3ab417
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1963,8 +1963,7 @@ public class NotificationStackScrollLayout extends ViewGroup
                // we're ending up at the same location as we are now, lets just skip the animation
                bottom = finalBottom;
            } else {
                bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()
                        - lastView.getExtraBottomPadding());
                bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight());
                bottom = Math.min(bottom, getHeight());
            }
        } else {