Skip to content
Snippets Groups Projects
Commit 9e3026bd authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Log true when there are removed bubbles" into main

parents 434cf450 a3621c57
No related branches found
No related tags found
No related merge requests found
......@@ -1838,7 +1838,7 @@ public class BubbleController implements ConfigurationChangeListener,
+ " expanded=%b selectionChanged=%b selected=%s"
+ " suppressed=%s unsupressed=%s shouldShowEducation=%b",
update.addedBubble != null ? update.addedBubble.getKey() : "null",
update.removedBubbles.isEmpty(),
!update.removedBubbles.isEmpty(),
update.updatedBubble != null ? update.updatedBubble.getKey() : "null",
update.orderChanged, update.expandedChanged, update.expanded,
update.selectionChanged,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment