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

Commit b858b41f authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Make bubble scrim be dark always" into sc-dev

parents e17c5549 3b68dba3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public enum ScrimState {
        public void prepare(ScrimState previousState) {
            mFrontTint = Color.TRANSPARENT;
            mBehindTint = Color.TRANSPARENT;
            mBubbleTint = Color.TRANSPARENT;
            mBubbleTint = Color.BLACK;

            mFrontAlpha = 0f;
            mBehindAlpha = mDefaultScrimAlpha;
+1 −1
Original line number Diff line number Diff line
@@ -602,7 +602,7 @@ public class ScrimControllerTest extends SysuiTestCase {
        assertScrimTinted(Map.of(
                mScrimInFront, false,
                mScrimBehind, false,
                mScrimForBubble, false
                mScrimForBubble, true
        ));

        // Front scrim should be transparent