Merge "Fixed an issue where the statusbar was made opaque even though it wasnt" into sc-v2-dev am: e7ea7111f2 am: 11afd71db2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15580438 Change-Id: I9cad68118b3843c797b6d3de7bb98df213633779
This commit is contained in:
@@ -92,7 +92,7 @@ class UnfoldLightRevealOverlayAnimation @Inject constructor(
|
||||
val newScrimView = LightRevealScrim(context, null)
|
||||
.apply {
|
||||
revealEffect = LinearLightRevealEffect(isVerticalFold)
|
||||
revealAmountListener = Consumer {}
|
||||
isScrimOpaqueChangedListener = Consumer {}
|
||||
revealAmount = 0f
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user