Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −3 Original line number Diff line number Diff line Loading @@ -2246,9 +2246,10 @@ public class BubbleStackView extends FrameLayout } // Stop suppressing the dot now that the flyout has morphed into the dot. if (bubble.getIconView() != null) { bubble.getIconView().removeDotSuppressionFlag( BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); } // Hide the stack after a delay, if needed. updateTemporarilyInvisibleAnimation(false /* hideImmediately */); }; Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −3 Original line number Diff line number Diff line Loading @@ -2246,9 +2246,10 @@ public class BubbleStackView extends FrameLayout } // Stop suppressing the dot now that the flyout has morphed into the dot. if (bubble.getIconView() != null) { bubble.getIconView().removeDotSuppressionFlag( BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); } // Hide the stack after a delay, if needed. updateTemporarilyInvisibleAnimation(false /* hideImmediately */); }; Loading