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

Commit 02f07cce authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Ambient Display: Fix race with coloring and redaction" into nyc-mr2-dev

parents 52133e69 e5726a20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1346,6 +1346,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
        NotificationContentView showingLayout = getShowingLayout();
        showingLayout.updateBackgroundColor(animated);
        mPrivateLayout.updateExpandButtons(isExpandable());
        showingLayout.setDark(isDark(), false /* animate */, 0 /* delay */);
        mShowingPublicInitialized = true;
    }