From 481da63b39c6245131970e899f5c87cdf67f4b4d Mon Sep 17 00:00:00 2001 From: Liran Binyamin Date: Thu, 4 May 2023 16:45:49 -0400 Subject: [PATCH] Wire up the important conversation bit in BubbleBarController. Fixes: 269671451 Test: Tested on a physical device Change-Id: Ice0bb081e19a817bd163141f38614ea7ecc21be9 --- .../android/launcher3/taskbar/bubbles/BubbleBarController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java b/quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java index 228aabd7ae..28e302e055 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 @@ 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()))