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

Commit 074adb91 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 am: bf7624bf

Change-Id: I37078949a781c39e39e713cef38ce73c4eec678c
parents f722f244 bf7624bf
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();
    }