From 50d4ba155fd4ae982b9acc1a429e09c0bedb2dac Mon Sep 17 00:00:00 2001 From: Lyn Han Date: Tue, 5 May 2020 13:56:26 -0700 Subject: [PATCH] Remove fixed todo Bug: 149146374 Test: removes comment Change-Id: Iab0f785a1eaafc1817f35c8f5b1064d0a197b933 --- .../src/com/android/systemui/bubbles/BubbleOverflow.java | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflow.java b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflow.java index 13669a68defa6..121ab4b9e0ded 100644 --- a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflow.java +++ b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflow.java @@ -73,7 +73,6 @@ public class BubbleOverflow implements BubbleViewProvider { updateIcon(mContext, parentViewGroup); } - // TODO(b/149146374) Propagate theme change to bubbles in overflow. void updateIcon(Context context, ViewGroup parentViewGroup) { mInflater = LayoutInflater.from(context); mOverflowBtn = (BadgedImageView) mInflater.inflate(R.layout.bubble_overflow_button,