Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −1 Original line number Diff line number Diff line Loading @@ -445,6 +445,10 @@ public class BubbleStackView extends FrameLayout final boolean clickedBubbleIsCurrentlyExpandedBubble = clickedBubble.getKey().equals(mExpandedBubble.getKey()); if (isExpanded()) { mExpandedAnimationController.onGestureFinished(); } if (isExpanded() && !clickedBubbleIsCurrentlyExpandedBubble) { if (clickedBubble != mBubbleData.getSelectedBubble()) { // Select the clicked bubble. Loading @@ -464,7 +468,6 @@ public class BubbleStackView extends FrameLayout mBubbleData.setExpanded(!mBubbleData.isExpanded()); } } mExpandedAnimationController.onGestureFinished(); } }; Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −1 Original line number Diff line number Diff line Loading @@ -445,6 +445,10 @@ public class BubbleStackView extends FrameLayout final boolean clickedBubbleIsCurrentlyExpandedBubble = clickedBubble.getKey().equals(mExpandedBubble.getKey()); if (isExpanded()) { mExpandedAnimationController.onGestureFinished(); } if (isExpanded() && !clickedBubbleIsCurrentlyExpandedBubble) { if (clickedBubble != mBubbleData.getSelectedBubble()) { // Select the clicked bubble. Loading @@ -464,7 +468,6 @@ public class BubbleStackView extends FrameLayout mBubbleData.setExpanded(!mBubbleData.isExpanded()); } } mExpandedAnimationController.onGestureFinished(); } }; Loading