sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

Fixed SwipeTask leak #55

Closed Nutomic closed 7 years ago

Nutomic commented 7 years ago

I checked my app for memory leaks, using LeakCanary. It turns out whenever you switch away from a Fragment/Activity with CarouselView, a SwipeTask is leaked.

LeakCanary Trace