commit | 481da63b39c6245131970e899f5c87cdf67f4b4d | [log] [tgz] |
---|---|---|
author | Liran Binyamin <liranb@google.com> | Thu May 04 16:45:49 2023 -0400 |
committer | Liran Binyamin <liranb@google.com> | Thu May 04 16:45:49 2023 -0400 |
tree | 2484d266848bc60a9ab8a4fc889ebdb127a2a1db | |
parent | 46b73c2338e9ce09943e1ff2f75eef40c53950ce [diff] |
Wire up the important conversation bit in BubbleBarController. Fixes: 269671451 Test: Tested on a physical device Change-Id: Ice0bb081e19a817bd163141f38614ea7ecc21be9
diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java index 228aabd..28e302e 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java
@@ -358,7 +358,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()))