diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java index 228aabd7ae..28e302e055 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java @@ -358,7 +358,7 @@ public class BubbleBarController extends IBubblesListener.Stub { Path dotPath; int dotColor; - boolean isImportantConvo = false; // TODO: (b/269671451) needs to be added to BubbleInfo + boolean isImportantConvo = b.isImportantConversation(); ShortcutRequest.QueryResult result = new ShortcutRequest(context, new UserHandle(b.getUserId()))