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
Let**'s** say there is an observable which emits some values, but while emitting values, the user presses back button, then it must stop emitting values.
The text was updated successfully, but these errors were encountered:
In Using Disposable in RxJava
disposables.clear()
is invoked inonStop()
But in the comment and also Github
disposables.clear()
is invoked inonDestroy()
BTW, there are several typos on the page Using Disposable in RxJava:
Let**'s** say there is an observable which emits some values, but while emitting values, the user presses back button, then it must stop emitting values.
The text was updated successfully, but these errors were encountered: