Remove zoom from wake-up transition

The S spec doesn't have it. It's reminescent from the R spec.

Fixes: 192365994
Test: manual
Change-Id: I4a476ce5c6ea9eca46902d44f132f8abe3884bf4
This commit is contained in:
Lucas Dupin
2021-07-02 14:39:01 -07:00
parent 4e944d4634
commit 520c39d66c

View File

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