Loading packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +4 −0 Original line number Diff line number Diff line Loading @@ -686,6 +686,10 @@ public class StackAnimationController extends } else { // If there's no other bubbles, and we were in the dismiss target, reset the flag. mWithinDismissTarget = false; // When all children are removed ensure stack position is sane setStackPosition(mRestingStackPosition == null ? getDefaultStartPosition() : mRestingStackPosition); } } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +4 −0 Original line number Diff line number Diff line Loading @@ -686,6 +686,10 @@ public class StackAnimationController extends } else { // If there's no other bubbles, and we were in the dismiss target, reset the flag. mWithinDismissTarget = false; // When all children are removed ensure stack position is sane setStackPosition(mRestingStackPosition == null ? getDefaultStartPosition() : mRestingStackPosition); } } Loading