konmik / nucleus

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
MIT License
1.98k stars 253 forks source link

No onComplete in the restartable? #113

Closed bug-assassin closed 7 years ago

bug-assassin commented 8 years ago

I've been looking for a callback for onComplete in RxPresenter but there doesn't seem to be one? How do you know when an observable has completed?

konmik commented 8 years ago

You never know. It is not needed in most cases. (I never heard of use cases at least) If you need it, you can use .materialize() .