android-architecture
android-architecture copied to clipboard
How to unsubscribe a boundaryCallback?
When I put some same fragments in the viewpager, the onZeroItemsLoaded called multiple times, and the xxxtActionProcessorHolder is cause memory leak because it is referenced by boundaryCallback object. Is there a way to unsubscribe a boundaryCallback?