Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev

This commit is contained in:
Liran Binyamin
2023-05-09 18:02:53 +00:00
committed by Android (Google) Code Review
@@ -360,7 +360,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()))