timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Solution for undo popup window leak issue #32

Closed ranhaveshush closed 10 years ago

ranhaveshush commented 10 years ago

Just open an issue explaining the bug the issue number i think is #31, and this pull request fix the bug.

Thanks for your contribution sharing this great lib ;)

timroes commented 10 years ago

Right somehow I forgot to fix that :-( In the old library - where I didn't extend from ListView, but delegate to it - I couldn't get the lifecycle (or visibility) events. But now it is possible. Will merge this soon.