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

Commit dbb218b0 authored by Liran Binyamin's avatar Liran Binyamin Committed by Automerger Merge Worker
Browse files

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

parents d015685e a72094ad
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()))