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

Commit b95e6688 authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Reset KeyguardFading/GoingAway after transition to Gone" into main

parents 3bb0c7b6 9bba534a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ constructor(
                } else if (isOnKeyguard && !unlocking && isDreaming) {
                    Model(scrimState = ScrimState.DREAMING, unlocking = false)
                } else {
                    onKeyguardFadedAway(transitionState.isIdle(Scenes.Gone))
                    Model(scrimState = ScrimState.UNLOCKED, unlocking = unlocking)
                }
            }