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