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

Commit 423cf561 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Animate FooterView position after swipe from lock screen to full shade" into main

parents 11b8cb22 7ded34c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public abstract class StackScrollerDecorView extends ExpandableView {
                if (visible) {
                    setVisibility(VISIBLE);
                    setWillBeGone(false);
                    notifyHeightChanged(false /* needsAnimation */);
                    notifyHeightChanged(true /* needsAnimation */);
                } else {
                    setWillBeGone(true);
                }