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

This commit is contained in:
Lucas Dupin
2021-07-03 00:10:56 +00:00
committed by Android (Google) Code Review

View File

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