commit | d603151ae7b167c66782c620226c7cc424367926 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jul 22 13:50:59 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jul 22 13:50:59 2024 +0000 |
tree | 81edc847b1f3e5cb532dff901dce4d920c95551a | |
parent | 6beb1964a4eb7de0796764ac252df3fed5021650 [diff] | |
parent | 496e56e4f5139fe1b51f5ae2f10cec4f87b65b88 [diff] |
Merge "Remove TODO for animating bubble bar view" into main
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);