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()
}
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()
}
Senior Software Engineer at OpenLane Inc, Open source contributor at Mifos Initiative and mentoring GSoC Students. https://github.com/therajanmaurya