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

Commit 11afd71d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed an issue where the statusbar was made opaque even though it...

Merge "Fixed an issue where the statusbar was made opaque even though it wasnt" into sc-v2-dev am: e7ea7111

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15580438

Change-Id: I166556142f96749d6a25c44e85035590469bfd81
parents bce78254 e7ea7111
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,7 @@ class UnfoldLightRevealOverlayAnimation @Inject constructor(
        val newScrimView = LightRevealScrim(context, null)
        val newScrimView = LightRevealScrim(context, null)
            .apply {
            .apply {
                revealEffect = LinearLightRevealEffect(isVerticalFold)
                revealEffect = LinearLightRevealEffect(isVerticalFold)
                revealAmountListener = Consumer {}
                isScrimOpaqueChangedListener = Consumer {}
                revealAmount = 0f
                revealAmount = 0f
            }
            }