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

Commit 00768a7f 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

am: 5e5a78fc

Change-Id: Id1dc8db7bfd6be2f0d0892f9c0b4c2b06c878c16
parents ac509e0b 5e5a78fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3455,7 +3455,7 @@ public class NotificationStackScrollLayout extends ViewGroup
                        notifyHeightChangeListener(mEmptyShadeView);
                        notifyHeightChangeListener(mEmptyShadeView);
                    }
                    }
                };
                };
                if (mAnimationsEnabled) {
                if (mAnimationsEnabled && mIsExpanded) {
                    mEmptyShadeView.setWillBeGone(true);
                    mEmptyShadeView.setWillBeGone(true);
                    mEmptyShadeView.performVisibilityAnimation(false, onFinishedRunnable);
                    mEmptyShadeView.performVisibilityAnimation(false, onFinishedRunnable);
                } else {
                } else {