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

Commit f6b7fe72 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move pointer after dismissing un-expanded bubble" into rvc-dev am: 4eddc200 am: 95db0a04

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11953555

Change-Id: Ifb91b35bca8eeb836b7b1bb510f33dbf2fef1e0e
parents 0269d364 95db0a04
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1504,6 +1504,7 @@ public class BubbleStackView extends FrameLayout
                    && ((BadgedImageView) v).getKey().equals(bubble.getKey())) {
                    && ((BadgedImageView) v).getKey().equals(bubble.getKey())) {
                mBubbleContainer.removeViewAt(i);
                mBubbleContainer.removeViewAt(i);
                bubble.cleanupViews();
                bubble.cleanupViews();
                updatePointerPosition();
                logBubbleEvent(bubble, SysUiStatsLog.BUBBLE_UICHANGED__ACTION__DISMISSED);
                logBubbleEvent(bubble, SysUiStatsLog.BUBBLE_UICHANGED__ACTION__DISMISSED);
                return;
                return;
            }
            }