RxJava2-Android-Samples icon indicating copy to clipboard operation
RxJava2-Android-Samples copied to clipboard

The content on courses does not match the code

Open MilkBiscuit opened this issue 6 years ago • 1 comments

In Using Disposable in RxJava

disposables.clear() is invoked in onStop()

But in the comment and also Github disposables.clear() is invoked in onDestroy()

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.

MilkBiscuit avatar Apr 05 '18 09:04 MilkBiscuit

We will modify these soon.

amitshekhariitbhu avatar Apr 05 '18 11:04 amitshekhariitbhu