Merge "Remove zoom from wake-up transition" into sc-dev am: e7041811c9

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

Change-Id: I1dc71a77b9aab5224b281b1d1d732f900819a942
This commit is contained in:
Lucas Dupin
2021-07-03 00:26:45 +00:00
committed by Automerger Merge Worker

View File

@@ -271,10 +271,6 @@ class NotificationShadeDepthController @Inject constructor(
brightnessMirrorSpring.finishIfRunning()
}
}
override fun onDozeAmountChanged(linear: Float, eased: Float) {
wakeAndUnlockBlurRadius = blurUtils.blurRadiusOfRatio(eased)
}
}
init {