Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleData.java +5 −4 Original line number Original line Diff line number Diff line Loading @@ -207,12 +207,13 @@ public class BubbleData { // Preserve new order for next repack, which sorts by last updated time. // Preserve new order for next repack, which sorts by last updated time. bubble.markUpdatedAt(mTimeSource.currentTimeMillis()); bubble.markUpdatedAt(mTimeSource.currentTimeMillis()); setSelectedBubbleInternal(bubble); mOverflowBubbles.remove(bubble); mOverflowBubbles.remove(bubble); bubble.inflate( bubble.inflate( b -> notificationEntryUpdated(bubble, /* suppressFlyout */ b -> { false, /* showInShade */ true), notificationEntryUpdated(bubble, /* suppressFlyout */ false, /* showInShade */ true); setSelectedBubbleInternal(bubble); }, mContext, stack, factory); mContext, stack, factory); dispatchPendingChanges(); dispatchPendingChanges(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleData.java +5 −4 Original line number Original line Diff line number Diff line Loading @@ -207,12 +207,13 @@ public class BubbleData { // Preserve new order for next repack, which sorts by last updated time. // Preserve new order for next repack, which sorts by last updated time. bubble.markUpdatedAt(mTimeSource.currentTimeMillis()); bubble.markUpdatedAt(mTimeSource.currentTimeMillis()); setSelectedBubbleInternal(bubble); mOverflowBubbles.remove(bubble); mOverflowBubbles.remove(bubble); bubble.inflate( bubble.inflate( b -> notificationEntryUpdated(bubble, /* suppressFlyout */ b -> { false, /* showInShade */ true), notificationEntryUpdated(bubble, /* suppressFlyout */ false, /* showInShade */ true); setSelectedBubbleInternal(bubble); }, mContext, stack, factory); mContext, stack, factory); dispatchPendingChanges(); dispatchPendingChanges(); } } Loading