Merge "Move pointer after dismissing un-expanded bubble" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4eddc20048
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user