Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23d9438b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Resolve difference between master and rvc-dev." into rvc-dev am:...

Merge "Resolve difference between master and rvc-dev." into rvc-dev am: dea08002 am: b7b93fbe am: 401fa0b6

Change-Id: I033dcabfa0d1e26f250ef63fc6977268a6e2bff8
parents 0556c6b8 401fa0b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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. */