android-architecture icon indicating copy to clipboard operation
android-architecture copied to clipboard

How to unsubscribe a boundaryCallback?

Open 7-cat opened this issue 5 years ago • 0 comments

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?

7-cat avatar Jul 28 '19 10:07 7-cat