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

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

Change-Id: I166556142f96749d6a25c44e85035590469bfd81
This commit is contained in:
TreeHugger Robot
2021-08-19 23:26:09 +00:00
committed by Automerger Merge Worker

View File

@@ -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
} }