RxJava2-Android-Samples
RxJava2-Android-Samples copied to clipboard
disposables obj is not using .dispose() in onDestroy()
Here instead of .dispose() we are just using clear() the list which actually still perform unnecessary changes.