Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a72094ad66
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user