Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf7624bf authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Fix blank activity after promoting overflow bubble" into rvc-dev...

Merge "Merge "Fix blank activity after promoting overflow bubble" into rvc-dev am: dad1e778 am: 951054b8" into rvc-d1-dev-plus-aosp am: be81b32a

Change-Id: I5143def27d9a6a55c05797212f98f27c961b7bed
parents 4c2f7fca be81b32a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -207,12 +207,13 @@ public class BubbleData {

        // Preserve new order for next repack, which sorts by last updated time.
        bubble.markUpdatedAt(mTimeSource.currentTimeMillis());
        setSelectedBubbleInternal(bubble);
        mOverflowBubbles.remove(bubble);

        bubble.inflate(
                b -> notificationEntryUpdated(bubble, /* suppressFlyout */
                        false, /* showInShade */ true),
                b -> {
                    notificationEntryUpdated(bubble, /* suppressFlyout */
                            false, /* showInShade */ true);
                    setSelectedBubbleInternal(bubble);
                },
                mContext, stack, factory);
        dispatchPendingChanges();
    }