Calling Notification.close() before non-persistent notification is shown does nothing |
|
Issue descriptionThere's a race condition where if you call .close before the notification is shown (eg because the resources take a while to load), the notification is still shown. One solution would be to store a boolean 'requestClose' at the start of Notification.close in Notification.cpp if we detect that a close was requested when state_ != kIsShowing |
|
►
Sign in to add a comment |
|
Comment 1 by robliao@chromium.org
, Sep 13