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

Commit a4a3d7c8 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Revert "Fixed an issue where the user would have no notifications on lockscreen"

This reverts commit c467e627.

Reason for revert: causes an even worse issue, b/184396499

Change-Id: I64de56b650429af3dfc706ceff9e845a47e5b2fd
parent c467e627
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -393,11 +393,6 @@ 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
        }
    }