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

Commit eb2723ef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add animateAlpha to add/remove animations" into rvc-dev am: 8f9f1a9a...

Merge "Add animateAlpha to add/remove animations" into rvc-dev am: 8f9f1a9a am: 1e519b21 am: d3f67688

Change-Id: I9892bfb080eff1128c7ed948d68634f26de49adc
parents 0a56cb86 d3f67688
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5983,6 +5983,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd

                // ANIMATION_TYPE_ADD
                new AnimationFilter()
                        .animateAlpha()
                        .animateHeight()
                        .animateTopInset()
                        .animateY()
@@ -5991,6 +5992,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd

                // ANIMATION_TYPE_REMOVE
                new AnimationFilter()
                        .animateAlpha()
                        .animateHeight()
                        .animateTopInset()
                        .animateY()