commit | 2d79f634bd2f6195e046fa5d3b755d57813ae581 | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Mon Nov 02 15:13:29 2015 -0800 |
committer | Selim Cinek <cinek@google.com> | Tue Nov 03 19:13:28 2015 -0800 |
tree | 43ccdfe1caa66cf39459a38e2a4c234d15af4f17 | |
parent | c6dd521035352bcd865ed23756fff3229721b553 [diff] |
Fixed a bug where a notification could get removed If the following calls were made, the second notification would disappear even though it should still be around: 1: addNotification(key) (HUN) 2: cancelNotification(key) (<2s after 1.) 3: addNotification(key) This is now fixed. Change-Id: Ibe108d60ca92ed076e4f44694a76904fabeee970