Resolve difference between master and rvc-dev.
Test: atest SystemUITests Change-Id: I288b95af7e964c5b69f7e3c027d9d0c19aa81299 Bug: 151171515
This commit is contained in:
committed by
Mady Mellor
parent
5463a87fc3
commit
db1d2e8820
@@ -1386,13 +1386,14 @@ public class BubbleStackView extends FrameLayout {
|
||||
if (DEBUG_BUBBLE_STACK_VIEW) {
|
||||
Log.d(TAG, "onBubbleDragStart: bubble=" + bubble);
|
||||
}
|
||||
maybeShowManageEducation(false);
|
||||
mExpandedAnimationController.prepareForBubbleDrag(bubble, mMagneticTarget);
|
||||
|
||||
// We're dragging an individual bubble, so set the magnetized object to the magnetized
|
||||
// bubble.
|
||||
mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut();
|
||||
mMagnetizedObject.setMagnetListener(mIndividualBubbleMagnetListener);
|
||||
|
||||
maybeShowManageEducation(false);
|
||||
}
|
||||
|
||||
/** Called with the coordinates to which an individual bubble has been dragged. */
|
||||
|
||||
Reference in New Issue
Block a user