Rajan Maurya
1 min readJan 1, 2019

--

Dispose the Disposable in OnDestroyView and It will work.

override fun onDestroyView() {
super.onDestroyView()
if (!disposable.isDisposed) disposable.dispose()
}

--

--

Rajan Maurya
Rajan Maurya

Written by Rajan Maurya

Senior Software Engineer at OpenLane Inc, Open source contributor at Mifos Initiative and mentoring GSoC Students. https://github.com/therajanmaurya

No responses yet