Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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())) Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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())) Loading