Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +2 −2 Original line number Diff line number Diff line Loading @@ -537,8 +537,8 @@ public class BubbleStackView extends FrameLayout return; } final boolean clickedBubbleIsCurrentlyExpandedBubble = clickedBubble.getKey().equals(mExpandedBubble.getKey()); final boolean clickedBubbleIsCurrentlyExpandedBubble = mExpandedBubble != null && clickedBubble.getKey().equals(mExpandedBubble.getKey()); if (isExpanded()) { mExpandedAnimationController.onGestureFinished(); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +2 −2 Original line number Diff line number Diff line Loading @@ -537,8 +537,8 @@ public class BubbleStackView extends FrameLayout return; } final boolean clickedBubbleIsCurrentlyExpandedBubble = clickedBubble.getKey().equals(mExpandedBubble.getKey()); final boolean clickedBubbleIsCurrentlyExpandedBubble = mExpandedBubble != null && clickedBubble.getKey().equals(mExpandedBubble.getKey()); if (isExpanded()) { mExpandedAnimationController.onGestureFinished(); Loading