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

Commit 54e08602 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge changes Iab923d09,Ibd18d410 into sc-dev

* changes:
  Updating owners of SystemUI
  Fixed an issue where the user would have no notifications on lockscreen
parents 5a8e1132 6950e65c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -393,6 +393,11 @@ class NotificationWakeUpCoordinator @Inject constructor(
    override fun onDozingChanged(isDozing: Boolean) {
        if (isDozing) {
            setNotificationsVisible(visible = false, animate = false, increaseSpeed = false)
        } else {
            // We only unset the flag once we fully went asleep. If the user interrupts the
            // animation in the middle, we have to abort the animation as well to make sure
            // the notifications are visible again.
            animatingScreenOff = false
        }
    }