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

Commit 947df927 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where the shelf was not rounded during the expansion"

parents 778ff3c7 5bb958d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -983,7 +983,7 @@ public class NotificationStackScrollLayout extends ViewGroup
     *         Measured relative to the resting position.
     */
    private float getExpandTranslationStart() {
        return - mTopPadding;
        return -mTopPadding + getMinExpansionHeight();
    }

    /**