Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading