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

Commit 5e5a78fc authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed the animation of the no notifications view

am: a9d3efd1

Change-Id: Ie7a832eca373de9d669cd76134ae740414381efa
parents 209fabdd 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 {