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

Commit 065824e9 authored by Lyn Han's avatar Lyn Han
Browse files

Reset magnetized bubble after click

Fixes: 154867714
Test: manual
1) Have five bubbles in stack
2) Select 4th bubble
3) Add new bubble => see that 4th bubble animates to 5th place instead
of staying in 4th place and leaving 5th place blank

Change-Id: I8e4a9911c09a2335b21bd43527c389e6e0efb86c
parent 1cf3ce8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -465,6 +465,7 @@ public class BubbleStackView extends FrameLayout
                    mBubbleData.setExpanded(!mBubbleData.isExpanded());
                }
            }
            mExpandedAnimationController.onGestureFinished();
        }
    };