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
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Add a null check for onSuccess and onError Callbacks (#96)
On a RosieUseCase, success and error callbacks are stored on WeakReferences
fields. These callbacks could be recycled before they are exicited
by the use cases to return the result of them, especially if the task are
really heavy, so it is necessary a null check before use them.
0 commit comments