Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 520c39d6 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

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
parent 4e944d46
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -271,10 +271,6 @@ class NotificationShadeDepthController @Inject constructor(
                brightnessMirrorSpring.finishIfRunning()
            }
        }

        override fun onDozeAmountChanged(linear: Float, eased: Float) {
            wakeAndUnlockBlurRadius = blurUtils.blurRadiusOfRatio(eased)
        }
    }

    init {