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

Commit 76ce460f authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am da1d6c3c: Merge "Initialize background visibility of...

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

* commit 'da1d6c3c8a7e80fce5d0e1f3552ccd1f22039e47':
  Initialize background visibility of ActivatableNotificationView
parents 1285b951 a33ea18d
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();
    }