Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 481da63b authored by Liran Binyamin's avatar Liran Binyamin
Browse files

Wire up the important conversation bit in BubbleBarController.

Fixes: 269671451
Test: Tested on a physical device
Change-Id: Ice0bb081e19a817bd163141f38614ea7ecc21be9
parent 46b73c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()))