You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NotificationCenter allows to unsubscribe(String key, NotificatioObserver observer) a NotificationObserver. However, if the Observer is not known, the NotificationCenter will throw a NullPointerException.
The text was updated successfully, but these errors were encountered:
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
The NotificationCenter allows to
unsubscribe(String key, NotificatioObserver observer)
aNotificationObserver
. However, if the Observer is not known, the NotificationCenter will throw a NullPointerException.The text was updated successfully, but these errors were encountered: