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

Commit 799992ef authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Ambient Display: Fix race with coloring and redaction am: e5726a20

am: dff956b0

Change-Id: I18d7da64d56f70923926df6231472a2c3a909f15
parents 7418c7b9 dff956b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1502,6 +1502,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
        NotificationContentView showingLayout = getShowingLayout();
        showingLayout.updateBackgroundColor(animated);
        mPrivateLayout.updateExpandButtons(isExpandable());
        showingLayout.setDark(isDark(), false /* animate */, 0 /* delay */);
        mShowingPublicInitialized = true;
    }