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.
New list in UseCaseHandler to retain error adapters in a non-weak reference (#84)
* New list in UseCaseHandler to retain error adapters in a non-weak reference
* This change solves a NullPointerException in RosieUseCase.notifyError that was happening when the error adapter was cleared of memory, because the adapter was only saved in a WeakReference in RosieUseCase
* Also, I am modifying OnErrorCallbackToErrorHandlerAdapter to save the constructor parameters in weak references
* Small changes to follow the style rules
* New error handler variable to avoid race condition
0 commit comments