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

Commit 75e68e84 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

Change-Id: I54f0dad7ce7c2d1383eb9e7dfe70cce32273911c
parents cc0df6ef 13015d24
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
            }
        }