Rajan Maurya
1 min readJan 1, 2019

--

Did you dispose the Disposable in OnDestroyView(). If not then do it It will work like charm.

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