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

Commit 18ae446a 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

am: 266c7352

Change-Id: Ia6acf57e81c427a8e87c0d77fa24c70954f903f5
parents 97239693 266c7352
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
            }
        }