Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[notifications] NotificationCenter throws NPE while removing observer that is not registered #301

Closed
mthiele opened this issue Sep 7, 2015 · 0 comments
Labels
Milestone

Comments

@mthiele
Copy link

mthiele commented Sep 7, 2015

The NotificationCenter allows to unsubscribe(String key, NotificatioObserver observer) a NotificationObserver. However, if the Observer is not known, the NotificationCenter will throw a NullPointerException.

manuel-mauky added a commit that referenced this issue Sep 7, 2015
@manuel-mauky manuel-mauky changed the title NotificationCenter throws NPE while removing observer that is not registered [notifications] NotificationCenter throws NPE while removing observer that is not registered Sep 7, 2015
@manuel-mauky manuel-mauky added this to the 1.4.0 milestone Sep 7, 2015
manuel-mauky added a commit that referenced this issue Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants