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

Commit 13015d24 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed that notifications could still get stuck" into qt-dev

parents 64f31759 2bbd4574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,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
            }
        }