Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev am: a72094ad66 am: dbb218b0bd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23039499 Change-Id: Icf4927c14ff52a0b1905d827b0727d0edea92927 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;
|
Path dotPath;
|
||||||
int dotColor;
|
int dotColor;
|
||||||
|
|
||||||
boolean isImportantConvo = false; // TODO: (b/269671451) needs to be added to BubbleInfo
|
boolean isImportantConvo = b.isImportantConversation();
|
||||||
|
|
||||||
ShortcutRequest.QueryResult result = new ShortcutRequest(context,
|
ShortcutRequest.QueryResult result = new ShortcutRequest(context,
|
||||||
new UserHandle(b.getUserId()))
|
new UserHandle(b.getUserId()))
|
||||||
|
|||||||
Reference in New Issue
Block a user