Merge "Fixed that notifications could still get stuck" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13015d24f8
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user