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

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

Merge "Initialize background visibility of ActivatableNotificationView" into lmp-preview-dev

parents fc9e1e05 bcbb75ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
        super.onFinishInflate();
        mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal);
        mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed);
        updateBackground();
        updateBackgroundResources();
    }