Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationWakeUpCoordinator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationWakeUpCoordinator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading