commit | 87237d70a5fb2f3343e35604eed3ea079c439769 | [log] [tgz] |
---|---|---|
author | Geoffrey Pitsch <gpitsch@google.com> | Thu Apr 13 13:44:09 2017 -0400 |
committer | Geoffrey Pitsch <gpitsch@google.com> | Thu Apr 13 13:44:09 2017 -0400 |
tree | f6b841ac6e8c5b7a97bde24a2246a18a5f29d89a | |
parent | 061db23b79b0f07b3b843e081420fbbcc606b451 [diff] |
Ensure removeForegroundService checks both lists under lock Prior CL didn't lock properly and would still fail if a notification was both enqueued and posted at the same time. Test: runtest systemui-notification Change-Id: I1bdd779ecb872f1a02ffc38b6007239eb522b521 Fixes: 36550043