mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Wire up the important conversation bit in BubbleBarController.
Fixes: 269671451 Test: Tested on a physical device Change-Id: Ice0bb081e19a817bd163141f38614ea7ecc21be9
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user