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

Commit 1cfa4a4f authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6276309 from 12c8c244 to qt-qpr3-release

Change-Id: Idc75c379e620f5e1c19862396dc28e21142d8f5b
parents cdb1962e 12c8c244
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -473,9 +473,9 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, OnCo
            mCurrentBehindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getBehindTint(),
                    mState.getBehindTint(), interpolatedFract);
        }
        if (isNaN(mBehindAlpha) || isNaN(mInFrontAlpha)) {
        if (isNaN(mCurrentBehindAlpha) || isNaN(mCurrentInFrontAlpha)) {
            throw new IllegalStateException("Scrim opacity is NaN for state: " + mState
                    + ", front: " + mInFrontAlpha + ", back: " + mBehindAlpha);
                    + ", front: " + mCurrentInFrontAlpha + ", back: " + mCurrentBehindAlpha);
        }
    }