commit | a72094ad669f59e1e80c92e3280233721fe12ae9 | [log] [tgz] |
---|---|---|
author | Liran Binyamin <liranb@google.com> | Tue May 09 18:02:53 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 09 18:02:53 2023 +0000 |
tree | afdab741437d29588f8f759d94ab9fc4e6872e71 | |
parent | 75109c7abc479f58e73fa0ea751060e079f471c7 [diff] | |
parent | 481da63b39c6245131970e899f5c87cdf67f4b4d [diff] |
Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev
diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java index a466548..6d19692 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java
@@ -360,7 +360,7 @@ 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()))