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

Commit a9d3efd1 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed the animation of the no notifications view

The view was also animating when the shade wasn't expanded.

Change-Id: If235db60230525dda17c5df0681beec2ab01a79e
Fixes: 30880548
parent f925b8df
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 {