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

Commit 266c7352 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed that notifications could still get stuck" into qt-dev am: 13015d24

am: 75e68e84

Change-Id: Ibc2f822d2b3a8f274900bf173e38f0bd7e92dfa8
parents 396ac766 75e68e84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class NotificationWakeUpCoordinator @Inject constructor(
    private val mDozeParameters: DozeParameters;
    var willWakeUp = false
        set(value) {
            if (value && mDozeAmount != 0.0f) {
            if (!value || mDozeAmount != 0.0f) {
                field = value
            }
        }