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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user