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

Commit c62d4e9f authored by Lyn Han's avatar Lyn Han
Browse files

Move pointer after dismissing un-expanded bubble

Fixes: 159580757
Test: manual
Change-Id: Ice819c2eca5be20e2746dbfc1951ea78a8084171
parent 296855fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1504,6 +1504,7 @@ public class BubbleStackView extends FrameLayout
                    && ((BadgedImageView) v).getKey().equals(bubble.getKey())) {
                mBubbleContainer.removeViewAt(i);
                bubble.cleanupViews();
                updatePointerPosition();
                logBubbleEvent(bubble, SysUiStatsLog.BUBBLE_UICHANGED__ACTION__DISMISSED);
                return;
            }