Merge "Fixed that notifications could still get stuck" into qt-dev
am: 13015d24f8
Change-Id: I54f0dad7ce7c2d1383eb9e7dfe70cce32273911c
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user