Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -1913,7 +1913,9 @@ public class NotificationStackScrollLayout extends ViewGroup @Override public void onReset(ExpandableView view) { if (mIsExpanded && mAnimationsEnabled) { mRequestViewResizeAnimationOnLayout = true; } mStackScrollAlgorithm.onReset(view); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -1913,7 +1913,9 @@ public class NotificationStackScrollLayout extends ViewGroup @Override public void onReset(ExpandableView view) { if (mIsExpanded && mAnimationsEnabled) { mRequestViewResizeAnimationOnLayout = true; } mStackScrollAlgorithm.onReset(view); } Loading