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

Commit 2a9c700e authored by Danny Burakov's avatar Danny Burakov Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fade out the lock screen status bar before the shade enters" into main

parents 37a80d4a d1001f1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,5 +21,7 @@ import com.android.systemui.plugins.keyguard.ui.composable.elements.LockscreenEl
fun TransitionBuilder.lockscreenToShadeTransition(durationScale: Double = 1.0) {
    toShadeTransition(durationScale = durationScale)

    fractionRange(end = 0.05f) { fade(LockscreenElementKeys.StatusBar) }

    fractionRange(end = 0.2f) { fade(LockscreenElementKeys.Root) }
}