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

Commit a72094ad authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Wire up the important conversation bit in BubbleBarController." into udc-dev

parents 75109c7a 481da63b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,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()))