Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev am: a72094ad66
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23039499 Change-Id: I946faab35156d01abffd674293aa3111acbd9d85 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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