Merge "Reset magnetized bubble after click" into rvc-dev

This commit is contained in:
Lyn Han
2020-05-04 19:57:09 +00:00
committed by Android (Google) Code Review

View File

@@ -465,6 +465,7 @@ public class BubbleStackView extends FrameLayout
mBubbleData.setExpanded(!mBubbleData.isExpanded()); mBubbleData.setExpanded(!mBubbleData.isExpanded());
} }
} }
mExpandedAnimationController.onGestureFinished();
} }
}; };