diff options
author | Koji Fukui <koji.fukui@sony.com> | 2019-09-02 20:06:36 +0900 |
---|---|---|
committer | Jay Aliomer <aaliomer@google.com> | 2019-11-27 17:38:22 +0000 |
commit | 7bb4802a03fed6aa3e7eaee7a30b7c2c4c0105f4 (patch) | |
tree | 509f57774317e4f6c7c0d9f094880bb14bcd064f /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 9e5de85e21d9373bc8248827bc12e3e995b57c98 (diff) |
Update NotificationRecord of snooze even after it is cancelled
Symptom:
If a snoozed notification is cancelled and new notification that has
same key is registered, the system continue to snooze the
notification. But the notification won't be notified when the snoozing
period expires.
Root cause:
SnoozeHelper doesn't update NotificationRecord if the existing record
has already been cancelled. SnoozeHelper continue to use existing
cancelled record. So SnoozeHelper doesn't repost notification when the
snoozing period expires.
Solution:
SnoozeHelper updates NotificationRecord even if the existing record
has been cancelled.
Fixes: 140462813
Change-Id: I4b58aed20eec08819e36dac9dda250ac046205b8
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions