diff options
| author | 2024-08-19 16:55:47 +0000 | |
|---|---|---|
| committer | 2024-08-19 16:56:44 +0000 | |
| commit | 1cc2271f70e9bd9947b030a2a62b54b57ca721c9 (patch) | |
| tree | 24d055f231d3ccbc036ba22fc89a7eddd8a10183 | |
| parent | 33bb1eb9eab8956bc6663746455cf087a66074dd (diff) | |
Remove obsolete TODO
Fixes: 296398671
Flag: EXEMPT documentation
Test: N/A
Change-Id: Ib862ccbf06e123878b863988aa55a9b76f6fc885
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java index dabfeebf5cce..3dc33c264044 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java @@ -2217,7 +2217,6 @@ public class BubbleController implements ConfigurationChangeListener, // And since all children are removed, remove the summary. removeCallback.accept(-1); - // TODO: (b/145659174) remove references to mSuppressedGroupKeys once fully migrated mBubbleData.addSummaryToSuppress(summary.getStatusBarNotification().getGroupKey(), summary.getKey()); } |