commit | 496e56e4f5139fe1b51f5ae2f10cec4f87b65b88 | [log] [tgz] |
---|---|---|
author | Ats Jenk <atsjenk@google.com> | Sat Jul 20 00:06:34 2024 +0000 |
committer | Ats Jenk <atsjenk@google.com> | Sat Jul 20 00:06:34 2024 +0000 |
tree | 777919dff013e5c3cc3733e4fa0d5e489b82604d | |
parent | f2eb1152a2ce97e407aaf2faa2fddb70e0ee405e [diff] |
Remove TODO for animating bubble bar view The animation is added and the linked bug is fixed. Removing obsolete TODO. Bug: 280605790 Change-Id: I54ab56f93794afb7f7c23de4df1a348d30cbbf42 Test: NA Flag: DOCS_ONLY
diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java index 9df0576..fab7975 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java
@@ -801,7 +801,6 @@ listener); } - // TODO: (b/280605790) animate it @Override public void addView(View child, int index, ViewGroup.LayoutParams params) { super.addView(child, index, params);