Merge "Fix an issue in my last CL" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
88f572530f
@@ -863,12 +863,12 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
|
||||
} else {
|
||||
bubble = mBubbleData.getOverflowBubbleWithKey(key);
|
||||
if (bubble != null) {
|
||||
bubble.setShouldAutoExpand(true);
|
||||
promoteBubbleFromOverflow(bubble);
|
||||
} else if (entry.canBubble()) {
|
||||
// It can bubble but it's not -- it got aged out of the overflow before it
|
||||
// was dismissed or opened, make it a bubble again.
|
||||
setIsBubble(entry, true);
|
||||
bubble.setShouldAutoExpand(true);
|
||||
updateBubble(entry, true /* suppressFlyout */, false /* showInShade */);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user