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

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

Merge "Fixed the animation of the no notifications view" into nyc-mr1-dev

parents 46db227b a9d3efd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3455,7 +3455,7 @@ public class NotificationStackScrollLayout extends ViewGroup
                        notifyHeightChangeListener(mEmptyShadeView);
                    }
                };
                if (mAnimationsEnabled) {
                if (mAnimationsEnabled && mIsExpanded) {
                    mEmptyShadeView.setWillBeGone(true);
                    mEmptyShadeView.performVisibilityAnimation(false, onFinishedRunnable);
                } else {