sergejsha / tinybus

Simple, lightweight and fast event bus tailored for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling unregister() on an unregistered object throws NPE

renaudcerrato opened this issue · comments

Hello!

Would be nice to fail silently or at least to throw an IllegalStateException?

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void de.halfbit.tinybus.impl.ObjectsMeta.unregisterFromReceivers(java.lang.Object, java.util.HashMap)' on a null object reference