Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2341,8 +2341,8 @@ public class BubbleStackView extends FrameLayout showScrim(true, null /* runnable */); showScrim(true, null /* runnable */); updateBubbleShadows(mIsExpanded); updateBubbleShadows(mIsExpanded); updateBadges(false /* setBadgeForCollapsedStack */); mBubbleContainer.setActiveController(mExpandedAnimationController); mBubbleContainer.setActiveController(mExpandedAnimationController); updateBadges(false /* setBadgeForCollapsedStack */); updateOverflowVisibility(); updateOverflowVisibility(); updatePointerPosition(false /* forIme */); updatePointerPosition(false /* forIme */); mExpandedAnimationController.expandFromStack(() -> { mExpandedAnimationController.expandFromStack(() -> { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2341,8 +2341,8 @@ public class BubbleStackView extends FrameLayout showScrim(true, null /* runnable */); showScrim(true, null /* runnable */); updateBubbleShadows(mIsExpanded); updateBubbleShadows(mIsExpanded); updateBadges(false /* setBadgeForCollapsedStack */); mBubbleContainer.setActiveController(mExpandedAnimationController); mBubbleContainer.setActiveController(mExpandedAnimationController); updateBadges(false /* setBadgeForCollapsedStack */); updateOverflowVisibility(); updateOverflowVisibility(); updatePointerPosition(false /* forIme */); updatePointerPosition(false /* forIme */); mExpandedAnimationController.expandFromStack(() -> { mExpandedAnimationController.expandFromStack(() -> { Loading