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

Commit 4eddc200 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move pointer after dismissing un-expanded bubble" into rvc-dev

parents 271cbbd7 c62d4e9f
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;
            }