Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 { Loading