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
Some further info. In ListenersList.add, map.containsKey(listener) does not match the listener in this case (it always returns false), but map.any{ it == listener} returns true
Removing a listener does not work at all.
The text was updated successfully, but these errors were encountered: