Wire up the important conversation bit in BubbleBarController.

Fixes: 269671451
Test: Tested on a physical device
Change-Id: Ice0bb081e19a817bd163141f38614ea7ecc21be9
This commit is contained in:
Liran Binyamin
2023-05-04 16:45:49 -04:00
parent 46b73c2338
commit 481da63b39

View File

@@ -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()))