Move pointer after dismissing un-expanded bubble
Fixes: 159580757 Test: manual Change-Id: Ice819c2eca5be20e2746dbfc1951ea78a8084171
This commit is contained in:
@@ -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